summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-12 09:49:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-12 09:49:52 -0300
commitd274102fb076e6e96b78ddab576fef680618370e (patch)
treea40383c9fa18b5bba40c7680087e83b098b03926
parentf54fd26bdc5caff4cb7c7ca250b099fceab9e344 (diff)
downloadpuppet-apcupsd-d274102fb076e6e96b78ddab576fef680618370e.tar.gz
puppet-apcupsd-d274102fb076e6e96b78ddab576fef680618370e.tar.bz2
No need to redeclare munin::plugin
-rw-r--r--manifests/munin.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
index e37da3e..867e1af 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -5,8 +5,4 @@ class apcupsd::munin(
source => "apcupsd/munin/apc_nis",
ensure => $ensure,
}
-
- munin::plugin { 'apc_nis':
- ensure => $ensure,
- }
}