summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2008-07-21 11:14:00 +0200
committerMarcel Haerry <haerry@puzzle.ch>2008-07-21 11:14:00 +0200
commit921ed592e9f6d5927a6a4f4e05de97e8daf9f477 (patch)
treee91888b72386c5f0803ed806602928da029ccbd8 /manifests
parent622b2c11024163f9e7abd15a35623101e80847ef (diff)
fixing locations for centos
Diffstat (limited to 'manifests')
-rw-r--r--manifests/host.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index aeaf10f..f086aad 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -38,7 +38,7 @@ class munin::host
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/munin/* -maxdepth 1 -type d -exec chgrp -R apache {} \; && find /var/www/munin/* -maxdepth 1 -type d -exec chmod 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 g+w {} \;',
refreshonly => true,
subscribe => File['/etc/munin/munin.conf.header'],
}