diff options
-rw-r--r-- | manifests/cron/base.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cron/base.pp b/manifests/cron/base.pp index 966aea7..98bb394 100644 --- a/manifests/cron/base.pp +++ b/manifests/cron/base.pp @@ -6,6 +6,6 @@ class puppet::cron::base inherits puppet::base { } exec{'stop_puppet': command => 'kill `cat /var/run/puppet/puppetd.pid`', - onlyif => 'test -f test -f /var/run/puppet/puppetd.pid', + onlyif => 'test -f /var/run/puppet/puppetd.pid', } } |