units now can choose their environment. consider moving to plan.
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"user": "bagira",
|
||||
"group": "bagira",
|
||||
"rectify": false,
|
||||
"shell": "/usr/bin/env bash"
|
||||
"shell": "/usr/bin/env bash",
|
||||
"environment": "examplar.variables"
|
||||
},
|
||||
{
|
||||
"name": "independent test 2",
|
||||
@@ -20,7 +21,8 @@
|
||||
"user": "bagira",
|
||||
"group": "bagira",
|
||||
"rectify": false,
|
||||
"shell": "/usr/bin/env bash"
|
||||
"shell": "/usr/bin/env bash",
|
||||
"environment": "examplar.variables"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"units": [
|
||||
{
|
||||
"name": "A DEFINITION THAT IS NOT USED",
|
||||
"target": "/usr/bin/dialog --yesno test 50 50",
|
||||
"rectifier": "/usr/bin/false",
|
||||
"active": false,
|
||||
"required": true,
|
||||
"rectify": true,
|
||||
"user": "root"
|
||||
},
|
||||
{
|
||||
"name": "dependent test",
|
||||
"target": "/usr/bin/false",
|
||||
"rectifier": "/usr/bin/true",
|
||||
"active": false,
|
||||
"required": true,
|
||||
"rectify": true,
|
||||
"user": "root"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user