]> gitweb.fluxo.info Git - puppet-apcupsd.git/commitdiff
No need to redeclare munin::plugin
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 12 Jun 2013 12:49:52 +0000 (09:49 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 12 Jun 2013 12:49:52 +0000 (09:49 -0300)
manifests/munin.pp

index e37da3ec97ef54f4c86ce1c0dd100969fd8b3e36..867e1af5d781912a62560f25e8217a0d524f5c6f 100644 (file)
@@ -5,8 +5,4 @@ class apcupsd::munin(
     source => "apcupsd/munin/apc_nis",
     ensure => $ensure,
   }
-
-  munin::plugin { 'apc_nis':
-    ensure => $ensure,
-  }
 }