Skip to content

Commit d18af74

Browse files
committed
fix mod_alias icon path
1 parent cf51937 commit d18af74

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

manifests/puppetlabs.pp

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
$confd_dir = $apache::confd_dir
3232
$conf_dir = $apache::conf_dir
3333
$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
3436

3537
file { "${confd_dir}/90.hardening.conf":
3638
ensure => file,
@@ -53,7 +55,7 @@
5355
}
5456

5557
File <| title == 'alias.conf' |> {
56-
content => template('apache_hardening/mod/alias.conf.erb'),
58+
content => template('apache/mod/alias.conf.erb'),
5759
mode => '0640',
5860
}
5961

templates/mod/alias.conf.erb

-13
This file was deleted.

0 commit comments

Comments
 (0)