diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-17 12:39:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-17 12:39:52 -0300 |
commit | ea003cc549e0b1a22ccfdf2c586ce0fb7bd16e32 (patch) | |
tree | 407ac121fa990c4896f378ca2cca2412422b4493 /manifests/subsystems | |
parent | 31183e042a3d3d9bad9a16ebc759435d38875e19 (diff) | |
download | puppet-nodo-ea003cc549e0b1a22ccfdf2c586ce0fb7bd16e32.tar.gz puppet-nodo-ea003cc549e0b1a22ccfdf2c586ce0fb7bd16e32.tar.bz2 |
Updating to new apcupsd module version (2)
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/ups.pp | 2 |
1 files changed, 0 insertions, 2 deletions
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' } } |