show which manifest is applied to lessen confusion
This commit is contained in:
parent
e069bd4f06
commit
bc027359d1
|
@ -8,6 +8,7 @@ fi
|
||||||
|
|
||||||
if [ -f /usr/bin/puppet -a -d /etc/puppet/manifests ]; then
|
if [ -f /usr/bin/puppet -a -d /etc/puppet/manifests ]; then
|
||||||
for m in `find /etc/puppet/manifests -name \*.pp`; do
|
for m in `find /etc/puppet/manifests -name \*.pp`; do
|
||||||
|
test "x$COSMOS_VERBOSE" = "xy" && echo "$0: Applying Puppet manifest $m"
|
||||||
puppet apply $args $m
|
puppet apply $args $m
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue