From: Silvio Rhatto Date: Wed, 23 Mar 2016 23:42:33 +0000 (-0300) Subject: Syntax fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8adf7ec6975e3c1df6ff1f66617e36da3bee680f;p=puppet-apcupsd.git Syntax fix --- 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' )