diff options
author | Sander Hoentjen <sander@hoentjen.eu> | 2013-03-25 14:45:56 +0100 |
---|---|---|
committer | Sander Hoentjen <sander@hoentjen.eu> | 2013-03-25 16:49:58 +0100 |
commit | d6369efd46e00c31b6ee9a109014da9e8659e2c4 (patch) | |
tree | 0b96832d0da7d17d90d44a80894585cb2df01eb5 /manifests/host | |
parent | dcaf67ef0f978447fa0183ddf07b458a8e21ab45 (diff) |
fix subscribe
Diffstat (limited to 'manifests/host')
-rw-r--r-- | manifests/host/cgi.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host/cgi.pp b/manifests/host/cgi.pp index 9980856..8a956bf 100644 --- a/manifests/host/cgi.pp +++ b/manifests/host/cgi.pp @@ -2,7 +2,7 @@ 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 {} \;', refreshonly => true, - subscribe => File['/etc/munin/munin.conf.header'], + subscribe => Concat::Fragment['munin.conf.header'], } file{'/etc/logrotate.d/munin': |