diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-12 09:59:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-12 09:59:58 -0300 |
commit | 0feb33e9baa968aaaebdec22de76c3e52f086b3a (patch) | |
tree | 3bd32eea44352a63b342e20208dfc4f76b772126 | |
parent | 8379d684979b55c7f2c399f8865d05eb15ecc31f (diff) | |
download | puppet-apcupsd-0feb33e9baa968aaaebdec22de76c3e52f086b3a.tar.gz puppet-apcupsd-0feb33e9baa968aaaebdec22de76c3e52f086b3a.tar.bz2 |
Setting user on apcupsd::munin
-rw-r--r-- | manifests/munin.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp index 867e1af..d0626cc 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -4,5 +4,6 @@ class apcupsd::munin( munin::plugin::deploy { 'apc_nis': source => "apcupsd/munin/apc_nis", ensure => $ensure, + config => "user root", } } |