summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-19 12:15:01 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-19 12:15:01 -0200
commitd0663ac2aad0f85a6c8c6ac11d756ce277e73e1f (patch)
tree33f66b1b45d371ff65da1bf9cdd19a9a91a5f0fa /manifests
parent92a381eaa4e1a0acc8ac6954e0d0053ca22be8a5 (diff)
downloadpuppet-puppet-d0663ac2aad0f85a6c8c6ac11d756ce277e73e1f.tar.gz
puppet-puppet-d0663ac2aad0f85a6c8c6ac11d756ce277e73e1f.tar.bz2
Syntax fix
Diffstat (limited to 'manifests')
-rw-r--r--manifests/master/mongrel.pp2
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,
}
}