diff options
author | Leif Johansson <leifj@sunet.se> | 2014-09-29 15:06:28 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2014-09-29 15:06:28 +0200 |
commit | 97f7390eacc82cf0805f5ec0bbe71158eecbcbca (patch) | |
tree | 092e972ab2ad20e78237e282c35088b5eb2022ac /global | |
parent | 28cd67b49aa6175386dc0968a9a76e18473e3869 (diff) |
newer puppet seems to want this
Diffstat (limited to 'global')
-rwxr-xr-x | global/post-tasks.d/030puppet | 2 |
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 |