summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-12 10:10:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-12 10:10:59 -0300
commiteea269ecd7c70d330615d4260cd4e65b7782648f (patch)
treee7d1a49ed5c8b1690249ad6f04a8465dd35ed2ac /manifests
parent0feb33e9baa968aaaebdec22de76c3e52f086b3a (diff)
downloadpuppet-apcupsd-eea269ecd7c70d330615d4260cd4e65b7782648f.tar.gz
puppet-apcupsd-eea269ecd7c70d330615d4260cd4e65b7782648f.tar.bz2
Fixing munin interpreting, no need for user setting or exec flag
Diffstat (limited to 'manifests')
-rw-r--r--manifests/munin.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
index d0626cc..867e1af 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -4,6 +4,5 @@ class apcupsd::munin(
munin::plugin::deploy { 'apc_nis':
source => "apcupsd/munin/apc_nis",
ensure => $ensure,
- config => "user root",
}
}