summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-11-07 13:27:58 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-11-07 13:27:58 -0200
commitd3cd26efcb2271a968f802090b9e96d17f8ff6df (patch)
treedbb02e7ec24540672ffb9d330198cd99b98f4370 /manifests
parent5b22bfc8eaa6bdf0917bd303ddc83174878a199e (diff)
downloadpuppet-apcupsd-d3cd26efcb2271a968f802090b9e96d17f8ff6df.tar.gz
puppet-apcupsd-d3cd26efcb2271a968f802090b9e96d17f8ff6df.tar.bz2
Adding apcupsd_pct (commented)
Diffstat (limited to 'manifests')
-rw-r--r--manifests/munin.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
index 74f6947..46b75bd 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -11,4 +11,10 @@ class apcupsd::munin(
source => "apcupsd/munin/apcupsd_ww",
ensure => absent,
}
+
+ # From https://raw.githubusercontent.com/munin-monitoring/contrib/master/plugins/ups/apcupsd_pct
+ #munin::plugin::deploy { 'apcupsd_pct':
+ # source => "apcupsd/munin/apcupsd_pct",
+ # ensure => $ensure,
+ #}
}