summaryrefslogtreecommitdiff
path: root/global/post-tasks.d/030puppet
diff options
context:
space:
mode:
Diffstat (limited to 'global/post-tasks.d/030puppet')
-rwxr-xr-xglobal/post-tasks.d/030puppet2
1 files changed, 1 insertions, 1 deletions
diff --git a/global/post-tasks.d/030puppet b/global/post-tasks.d/030puppet
index 6b1d33a..6742949 100755
--- a/global/post-tasks.d/030puppet
+++ b/global/post-tasks.d/030puppet
@@ -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