diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/master/mongrel.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/master/mongrel.pp b/manifests/master/mongrel.pp index 42b4050..5addb6f 100644 --- a/manifests/master/mongrel.pp +++ b/manifests/master/mongrel.pp @@ -51,7 +51,7 @@ class puppet::master::mongrel::disabled { ensure => absent, } - File['/etc/cron.d/puppetmaster'] + File['/etc/cron.d/puppetmaster'] { ensure => absent, } } |