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
commitcd802dc08bd3d141d35eee8efe8392ce958b5b18 (patch)
tree7876f02bf39468cc9f72b696c0167054b4a77afd /manifests/host.pp
parent1e3aa12afd9d7dce4126f11c7e73247287b582f5 (diff)
fixed group stuff
git-svn-id: https://rfd.cronopios.org/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":