summaryrefslogtreecommitdiff
path: root/manifests/client.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/client.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/client.pp')
-rw-r--r--manifests/client.pp14
1 files changed, 7 insertions, 7 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 18a4043..2e8f018 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -80,7 +80,7 @@ class munin::client::darwin
file { "/usr/share/snmp/snmpd.conf":
mode => 744,
content => template("munin/darwin_snmpd.conf.erb"),
- group => staff,
+ group => 0,
owner => root,
}
delete_matching_line{"startsnmpdno":
@@ -106,10 +106,10 @@ class munin::client::debian
file {
"/etc/munin/":
ensure => directory,
- mode => 0755, owner => root, group => root;
+ mode => 0755, owner => root, group => 0;
"/etc/munin/munin-node.conf":
content => template("munin/munin-node.conf.${operatingsystem}.${lsbdistcodename}"),
- mode => 0644, owner => root, group => root,
+ mode => 0644, owner => root, group => 0,
# this has to be installed before the package, so the postinst can
# boot the munin-node without failure!
before => Package["munin-node"],
@@ -142,10 +142,10 @@ class munin::client::gentoo
file {
"/etc/munin/":
ensure => directory,
- mode => 0755, owner => root, group => root;
+ mode => 0755, owner => root, group => 0;
"/etc/munin/munin-node.conf":
content => template("munin/munin-node.conf.Gentoo."),
- mode => 0644, owner => root, group => root,
+ mode => 0644, owner => root, group => 0,
# this has to be installed before the package, so the postinst can
# boot the munin-node without failure!
before => Package["munin"],
@@ -174,10 +174,10 @@ class munin::client::centos
file {
"/etc/munin/":
ensure => directory,
- mode => 0755, owner => root, group => root;
+ mode => 0755, owner => root, group =>0;
"/etc/munin/munin-node.conf":
content => template("munin/munin-node.conf.CentOS."),
- mode => 0644, owner => root, group => root,
+ mode => 0644, owner => root, group => 0,
# this has to be installed before the package, so the postinst can
# boot the munin-node without failure!
before => Package["munin"],