show which manifest is applied to lessen confusion

This commit is contained in:
Fredrik Thulin 2019-01-15 13:11:15 +01:00
parent e069bd4f06
commit bc027359d1
No known key found for this signature in database
GPG key ID: 2707330D4030CCAD

View file

@ -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