summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/host.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index cf445ce..9d30d6a 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -18,6 +18,8 @@ class munin::host inherits munin
"puppet:///modules/munin/config/host/munin.conf.header.$operatingsystem",
"puppet:///modules/munin/config/host/munin.conf.header" ],
notify => Exec['concat_/etc/munin/munin.conf'],
+ owner => root, group => 0, mode => 0644;
+ }
concatenated_file { "/etc/munin/munin.conf":
dir => '/var/lib/puppet/modules/munin/nodes',