diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-12 09:49:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-12 09:49:52 -0300 |
commit | d274102fb076e6e96b78ddab576fef680618370e (patch) | |
tree | a40383c9fa18b5bba40c7680087e83b098b03926 | |
parent | f54fd26bdc5caff4cb7c7ca250b099fceab9e344 (diff) | |
download | puppet-apcupsd-d274102fb076e6e96b78ddab576fef680618370e.tar.gz puppet-apcupsd-d274102fb076e6e96b78ddab576fef680618370e.tar.bz2 |
No need to redeclare munin::plugin
-rw-r--r-- | manifests/munin.pp | 4 |
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, - } } |