summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorduritong <peter.meier+github@immerda.ch>2013-03-25 11:45:51 -0700
committerduritong <peter.meier+github@immerda.ch>2013-03-25 11:45:51 -0700
commit25af3539109093e40e8d4a1735b9a7916e40ebcc (patch)
tree635b0c250f72c4eee8e710e8b89f69048269449f
parentfe39acf930f0e5ff34bb00d6439ba42f895ba2f1 (diff)
parenteb0c5f288815abf49b8a7f28979a2777938648c7 (diff)
Merge pull request #10 from oxilion/cgi_bugfix
fix duplicate command introduced by previous merge
-rw-r--r--manifests/host/cgi.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/host/cgi.pp b/manifests/host/cgi.pp
index a19c432..4c0d0c9 100644
--- a/manifests/host/cgi.pp
+++ b/manifests/host/cgi.pp
@@ -1,6 +1,5 @@
class munin::host::cgi {
exec{'set_modes_for_cgi':
- command => 'chgrp apache /var/log/munin /var/log/munin/munin-graph.log && chmod g+w /var/log/munin /var/log/munin/munin-graph.log && find /var/www/html/munin/* -maxdepth 1 -type d -exec chgrp -R apache {} \; && find /var/www/html/munin/* -maxdepth 1 -type d -exec chmod -R g+w {} \;',
command => 'chgrp apache /var/log/munin /var/log/munin/munin-graph.log && chmod g+w /var/log/munin /var/log/munin/munin-graph.log && find /var/www/html/munin/* -maxdepth 1 -type d -exec chgrp -R apache {} \; && find /var/www/html/munin/* -maxdepth 1 -type d -exec chmod -R g+w {} \;',
refreshonly => true,
subscribe => Concat::Fragment['munin.conf.header'],