diff options
author | Leif Johansson <leifj@sunet.se> | 2014-09-29 14:16:43 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2014-09-29 14:16:43 +0200 |
commit | 3069b16c8be020e05d0f37df24e95193399da407 (patch) | |
tree | 40c438706566fbbc9a970963e56d4316d3eae376 /global | |
parent | 01eeb7b1d992c41aa815ab01d5f5f4ba147d7bbf (diff) |
apply stdinsunet-ops-2014-09-29-v07
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 |