From: Silvio Rhatto Date: Wed, 12 Jun 2013 12:59:58 +0000 (-0300) Subject: Setting user on apcupsd::munin X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0feb33e9baa968aaaebdec22de76c3e52f086b3a;p=puppet-apcupsd.git Setting user on apcupsd::munin --- 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", } }