diff options
-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", } } |