Skip to content

Commit

Permalink
fix duplicate command introduced by previous merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tjikkun committed Mar 25, 2013
1 parent fe39acf commit eb0c5f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifests/host/cgi.pp
Original file line number Diff line number Diff line change
@@ -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'],
Expand Down

0 comments on commit eb0c5f2

Please sign in to comment.