Fixing puppet-lint errors.

This commit is contained in:
Timo Mkinen 2012-03-27 14:41:39 +03:00
parent 2f83cb7d4a
commit 34c36045fa
59 changed files with 995 additions and 990 deletions

View file

@ -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":