state_should is being populated in manifest, if not given

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-02-14 18:04:00 +01:00
parent 18eaa476e4
commit 2b0c273715
1 changed files with 1 additions and 6 deletions

View File

@ -19,12 +19,7 @@
#
#
if [ -f "$__object/parameter/state" ]; then
state_should="$(cat "$__object/parameter/state")"
else
state_should="present"
fi
state_should="$(cat "$__object/parameter/state")"
state_is=$(cat "$__object/explorer/state")
# Nothing todo, go away