summaryrefslogtreecommitdiff
path: root/manifests/init.pp
AgeCommit message (Collapse)Author
2017-06-05Changes for puppet 4 compatibilityHEADmasterSilvio Rhatto
2016-03-23Syntax fixSilvio Rhatto
2016-03-23Merge remote-tracking branch 'lelutin/master'Silvio Rhatto
Conflicts: manifests/init.pp
2013-12-15added support for /etc/apcupsd/change, which is a script designed to email ↵Tom Mitchell
someone when the UPS battery needs to be changed. Added two defaulted paramters to the apcupsd class, admin (the email address of the admin to receive the mail (defaults to root)), and mail (the program used to send the email (defaults to mail)).
2012-06-28Adding more battery parametersSilvio Rhatto
2011-10-30Merge 'ups' define and 'acpupsd' class into a parametrized classGabriel Filion
The 'ups' define was probably created in order to be able to define multiple upses. However, the implementation doesn't give that as an opportunity. Get rid of the useless complexity and mix everything into a parametrized class named 'apcupsd'.
2010-11-08Adding NIS supportSilvio Rhatto
2010-01-03Renaming parameter 'type' to 'upstype'Silvio Rhatto
2010-01-03Misc changesSilvio Rhatto
- Added license on header. - Notifying apcupsd. - Adding ups name into config file.
2010-01-03Initial importSilvio Rhatto