From 149a78e7a8465da97f8ea267cd6a75e3bcdefe4d Mon Sep 17 00:00:00 2001 From: micah Date: Wed, 20 Mar 2013 15:28:58 -0400 Subject: Security: another mode change on /etc/munin/plugin-conf.d/munin-node --- manifests/plugins/setup.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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 { -- cgit v1.2.3