actually use new --state param
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
d247f083e8
commit
7d73cc5ed6
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
name="$__object_id"
|
||||
os="$(cat "$__global/explorer/os")"
|
||||
state="$(cat "$__object/parameter/state")"
|
||||
|
||||
|
||||
# Use short option names for portability
|
||||
|
|
1
cdist/conf/type/__group/parameter/default/state
Normal file
1
cdist/conf/type/__group/parameter/default/state
Normal file
|
@ -0,0 +1 @@
|
|||
present
|
Loading…
Reference in a new issue