Fixing puppet-lint errors.
This commit is contained in:
parent
2f83cb7d4a
commit
34c36045fa
59 changed files with 995 additions and 990 deletions
|
@ -84,7 +84,7 @@ class abusehelper {
|
|||
realize(User["abusehel"], Group["abusehel"])
|
||||
|
||||
if $abusehelper_datadir {
|
||||
file { "${abusehelper_datadir}":
|
||||
file { $abusehelper_datadir:
|
||||
ensure => directory,
|
||||
mode => 0750,
|
||||
owner => "root",
|
||||
|
@ -94,8 +94,8 @@ class abusehelper {
|
|||
|
||||
file { "/var/lib/ah2":
|
||||
ensure => link,
|
||||
target => "${abusehelper_datadir}",
|
||||
require => File["${abusehelper_datadir}"],
|
||||
target => $abusehelper_datadir,
|
||||
require => File[$abusehelper_datadir],
|
||||
}
|
||||
} else {
|
||||
file { "/var/lib/ah2":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue