From: Silvio Rhatto Date: Wed, 12 Jun 2013 12:49:52 +0000 (-0300) Subject: No need to redeclare munin::plugin X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d274102fb076e6e96b78ddab576fef680618370e;p=puppet-apcupsd.git No need to redeclare munin::plugin --- 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, - } }