forked from ungleich-public/cdist
use default parameter for __start_on_boot type
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
87336f9b4f
commit
122fb96654
2 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
#
|
||||
|
||||
state_should="$(cat "$__object/parameter/state" 2>/dev/null || echo present)"
|
||||
state_should="$(cat "$__object/parameter/state")"
|
||||
state_is=$(cat "$__object/explorer/state")
|
||||
|
||||
# Short circuit if nothing is to be done
|
||||
|
|
1
cdist/conf/type/__start_on_boot/parameter/default/state
Normal file
1
cdist/conf/type/__start_on_boot/parameter/default/state
Normal file
|
@ -0,0 +1 @@
|
|||
present
|
Loading…
Reference in a new issue