summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-03-20 12:01:14 +0100
committermh <mh@immerda.ch>2013-03-20 12:02:06 +0100
commite822d6140b1ffea7d85546062376a7e464a3cb61 (patch)
treea61bf8a320d8150206ea733e341c40711074c6c9 /manifests/plugin.pp
parent983c0db16a3d21df89623f34908a5236daa74aec (diff)
Security: plugin-config should not me world readable as it might contain passwords
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index e9e5dba..36fc81b 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -47,7 +47,7 @@ define munin::plugin (
content => "[${name}]\n${config}\n",
owner => root,
group => 0,
- mode => '0644',
+ mode => '0640',
}
}
}