diff options
-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' } } |