We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6f5db3 + 6343c8e commit b6d91f4Copy full SHA for b6d91f4
manifests/puppetlabs.pp
@@ -52,7 +52,7 @@
52
unless => "find ${conf_dir} -perm -o+r -type f -o -perm -o+w -type f | wc -l | egrep '^0$'"
53
}
54
55
- File['alias.conf'] {
+ File <| title == 'alias.conf' |> {
56
content => template('apache_hardening/mod/alias.conf.erb'),
57
mode => '0640',
58
0 commit comments