summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugins/setup.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugins/setup.pp b/manifests/plugins/setup.pp
index 853bc00..2dff15d 100644
--- a/manifests/plugins/setup.pp
+++ b/manifests/plugins/setup.pp
@@ -13,7 +13,7 @@ class munin::plugins::setup {
notify => Service['munin-node'];
'/etc/munin/plugin-conf.d/munin-node':
ensure => present,
- mode => 0644, owner => root, group => 0,
+ mode => 0640, owner => root, group => 0,
notify => Service['munin-node'],
}
case $kernel {