+# This module is distributed under the GNU Affero General Public License:
+#
+# Apcupsd module for puppet
+# Copyright (C) 2010 Sarava Group
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
class apcupsd {
package { "apcupsd":
ensure => installed,
owner => root,
group => root,
mode => 644,
+ notify => Service["apcupsd"],
require => File["/etc/apcupsd"],
content => template('apcupsd/apcupsd.conf.erb'),
}
owner => root,
group => root,
mode => 644,
+ notify => Service["apcupsd"],
content => template('apcupsd/default/apcupsd.erb'),
}
# Use this to give your UPS a name in log files and such. This
# is particulary useful if you have multiple UPSes. This does not
# set the EEPROM. It should be 8 characters or less.
-#UPSNAME
+UPSNAME <%= name %>
# UPSCABLE <cable>
# Defines the type of cable connecting the UPS to your computer.