]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Syntax fix
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 14:15:01 +0000 (12:15 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 14:15:01 +0000 (12:15 -0200)
manifests/master/mongrel.pp

index 42b405035d7a788f431acf26b1e4a1356a9a721f..5addb6ff4f3865847d27ea15ebc2f3f195fb15ba 100644 (file)
@@ -51,7 +51,7 @@ class puppet::master::mongrel::disabled {
     ensure => absent,
   }
 
-  File['/etc/cron.d/puppetmaster']
+  File['/etc/cron.d/puppetmaster'] {
     ensure => absent,
   }
 }