diff options
Diffstat (limited to 'manifests/subsystems/ups.pp')
-rw-r--r-- | manifests/subsystems/ups.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/ups.pp b/manifests/subsystems/ups.pp index 47b9f13..184be46 100644 --- a/manifests/subsystems/ups.pp +++ b/manifests/subsystems/ups.pp @@ -7,7 +7,7 @@ class ups( $polltime = hiera('nodo::ups::polltime', '60'), $onbatterydelay = hiera('nodo::ups::onbatterydelay', '6'), $batterylevel = hiera('nodo::ups::batterylevel', '5'), - $minutes = hiera('nodo::ups::minutes', '3' + $minutes = hiera('nodo::ups::minutes', '3') ) { case $include { true: { |