Skip to content

Commit b6d91f4

Browse files
committed
Merge pull request #9 from FILIADATAGmbH/feature-alias-resource-collector
alias.conf error Only subclasses can override parameters
2 parents e6f5db3 + 6343c8e commit b6d91f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/puppetlabs.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
unless => "find ${conf_dir} -perm -o+r -type f -o -perm -o+w -type f | wc -l | egrep '^0$'"
5353
}
5454

55-
File['alias.conf'] {
55+
File <| title == 'alias.conf' |> {
5656
content => template('apache_hardening/mod/alias.conf.erb'),
5757
mode => '0640',
5858
}

0 commit comments

Comments
 (0)