]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Drop apcupsd::munin support
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 5 Mar 2016 19:13:18 +0000 (16:13 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 5 Mar 2016 19:13:18 +0000 (16:13 -0300)
manifests/subsystem/ups.pp

index 41662a5bccb65de003bd11120655e5cc95fe68eb..5fa57aba765a85a9b6e0b962174e210e99f2fda7 100644 (file)
@@ -24,13 +24,6 @@ class nodo::subsystem::ups(
         minutes        => $minutes,
         ensure         => $ensure,
       }
-
-      class { 'apcupsd::munin':
-        ensure => $munin ? {
-          true    => present,
-          default => absent,
-        }
-      }
     }
   }
 }