Fixing puppet-lint errors.
This commit is contained in:
parent
2f83cb7d4a
commit
34c36045fa
59 changed files with 995 additions and 990 deletions
|
@ -4,13 +4,13 @@
|
|||
class apcupsd {
|
||||
|
||||
package { "apcupsd":
|
||||
ensure => installed,
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
service { "apcupsd":
|
||||
ensure => running,
|
||||
enable => true,
|
||||
require => Package["apcupsd"],
|
||||
ensure => running,
|
||||
enable => true,
|
||||
require => Package["apcupsd"],
|
||||
}
|
||||
|
||||
file { "/etc/apcupsd/apcupsd.conf":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue