summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index a0989a8..d243b66 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -52,7 +52,7 @@ define munin::plugin (
default: {
file { $plugin_conf:
content => "[${name}]\n$config\n",
- mode => 0644, owner => root, group => 0,
+ mode => 0640, owner => root, group => 0,
}
if $require {
File[$plugin_conf]{