From 930ce96d0854487a29c73ecca775f3ea2769a1ab Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 28 Jun 2012 16:43:22 -0300 Subject: Adding more battery parameters --- manifests/init.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 2035f47..5374ba5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -22,7 +22,10 @@ class apcupsd( $device = '/dev/ttyS0', $ensure = 'present', $nisip = '127.0.0.1', - $polltime = '60' ) + $polltime = '60', + $onbatterydelay = '6', + $batterylevel = '5', + $minutes = '3') { package { "apcupsd": -- cgit v1.2.3