From 7e441bf983263011763fccdcc6307e2805ccf1f0 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 27 Dec 2008 17:01:00 +0000 Subject: fix test cmd --- manifests/cron/base.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/cron/base.pp') 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', } } -- cgit v1.2.3