diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-23 20:42:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-23 20:42:33 -0300 |
commit | 8adf7ec6975e3c1df6ff1f66617e36da3bee680f (patch) | |
tree | 697906c6c3165474e2763a92e93966edfd8a96a5 | |
parent | fa1f4e0631014a01eaf213f6dd648e98ee51b341 (diff) | |
download | puppet-apcupsd-8adf7ec6975e3c1df6ff1f66617e36da3bee680f.tar.gz puppet-apcupsd-8adf7ec6975e3c1df6ff1f66617e36da3bee680f.tar.bz2 |
Syntax fix
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 06c0d02..0359d0a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -24,7 +24,7 @@ class apcupsd( $nisip = '127.0.0.1', $onbatterydelay = '6', $batterylevel = '5', - $minutes = '3') + $minutes = '3', $admin = 'root', $mail = 'mail', $polltime = '60' ) |