We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf51937 commit d18af74Copy full SHA for d18af74
manifests/puppetlabs.pp
@@ -31,6 +31,8 @@
31
$confd_dir = $apache::confd_dir
32
$conf_dir = $apache::conf_dir
33
$mod_dir = $apache::mod_dir
34
+ $icons_path = $apache::mod::alias::icons_path
35
+ $icons_options = '-Indexes +MultiViews -FollowSymLinks' # overwrites $apache::mod::alias::icons_options
36
37
file { "${confd_dir}/90.hardening.conf":
38
ensure => file,
@@ -53,7 +55,7 @@
53
55
}
54
56
57
File <| title == 'alias.conf' |> {
- content => template('apache_hardening/mod/alias.conf.erb'),
58
+ content => template('apache/mod/alias.conf.erb'),
59
mode => '0640',
60
61
templates/mod/alias.conf.erb
0 commit comments