summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-01-02 20:16:12 +0000
committermh <mh@immerda.ch>2008-01-02 20:16:12 +0000
commit67c51ff64235a6e4df9acdd9d7aa7c28fa547354 (patch)
tree7876f02bf39468cc9f72b696c0167054b4a77afd /manifests/host.pp
parentcab60409102705d0f013f7a2e28d2ff75b0a29dd (diff)
fixed group stuff
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":