cdist/doc/dev/logs/2011-03-23.manifest_use_explorer
Steven Armstrong 1924e0cc63 +log: should a type manifest be able to use type explorer values?
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2011-03-23 10:32:20 +01:00

22 lines
551 B
Text

== Henne/Ei Problem ==
manifest will explorer benutzen der noch gar nicht existiert,
weil explorer ja auch object benutzen kann/soll/will welches erst von manifest
erzuegt wird.
--------------------------------------------------------------------------------
__foo/manifest
state_should="$(cat "$__object/parameter/state")"
state_is="$(cat "$__object/explorer/state")"
# BANG -> $__object/explorer/state does not exist at this point
if [ "$state_should" != "$state_is" ]; then
__file /some/file --source /some/source
fi