summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 9c963f6..06c0d02 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -22,6 +22,9 @@ class apcupsd(
$device = '/dev/ttyS0',
$ensure = 'present',
$nisip = '127.0.0.1',
+ $onbatterydelay = '6',
+ $batterylevel = '5',
+ $minutes = '3')
$admin = 'root',
$mail = 'mail',
$polltime = '60' )