newer puppet seems to want this
This commit is contained in:
parent
28cd67b49a
commit
97f7390eac
|
@ -8,6 +8,6 @@ fi
|
|||
|
||||
if [ -f /usr/bin/puppet -a -d /etc/puppet/manifests ]; then
|
||||
for m in `find /etc/puppet/manifests -name \*.pp`; do
|
||||
puppet apply $args $m
|
||||
puppet apply $args < $m
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue