From d0663ac2aad0f85a6c8c6ac11d756ce277e73e1f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Jan 2013 12:15:01 -0200 Subject: Syntax fix --- manifests/master/mongrel.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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, } } -- cgit v1.2.3