From 97f7390eacc82cf0805f5ec0bbe71158eecbcbca Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 29 Sep 2014 15:06:28 +0200 Subject: newer puppet seems to want this --- global/post-tasks.d/030puppet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1