summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-01-02 20:16:12 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-01-02 20:16:12 +0000
commitaad7d1cb8c499af0ebe5f8a1ab0c55b9017b7ea2 (patch)
tree7876f02bf39468cc9f72b696c0167054b4a77afd /manifests/host.pp
parent907173d99e26513fd280b7e0a137afa825d855d7 (diff)
fixed group stuff
git-svn-id: https://svn/ipuppet/trunk/modules/munin@350 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 8a90cc2..844698d 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -21,7 +21,7 @@ class munin::snmp_collector
file {
"/var/lib/puppet/modules/munin/create_snmp_links":
source => "puppet://$servername/munin/create_snmp_links.sh",
- mode => 755, owner => root, group => root;
+ mode => 755, owner => root, group => 0;
}
exec { "create_snmp_links":