diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 13:25:04 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 13:25:04 -0200 |
commit | fbb0975a7a59162014f3da37e412f678ee6fccde (patch) | |
tree | 185df2d1b081e60013fd138abe2e3df1eedd30e6 /manifests | |
parent | 0b82ffd39d0773d2a3544b07ec4823a683e809c0 (diff) | |
download | puppet-nodo-fbb0975a7a59162014f3da37e412f678ee6fccde.tar.gz puppet-nodo-fbb0975a7a59162014f3da37e412f678ee6fccde.tar.bz2 |
Oops 2
Diffstat (limited to 'manifests')
-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: { |