From: Silvio Rhatto Date: Tue, 17 Apr 2012 15:39:52 +0000 (-0300) Subject: Updating to new apcupsd module version (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ea003cc549e0b1a22ccfdf2c586ce0fb7bd16e32;p=puppet-nodo.git Updating to new apcupsd module version (2) --- diff --git a/manifests/subsystems/ups.pp b/manifests/subsystems/ups.pp index 8989347..ccf37d9 100644 --- a/manifests/subsystems/ups.pp +++ b/manifests/subsystems/ups.pp @@ -1,6 +1,4 @@ class ups { - include apcupsd - case $ups_type { '': { $ups_type = 'usb' } }