Skip to content

Commit

Permalink
fix mod_alias icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
timogoebel committed Oct 28, 2015
1 parent cf51937 commit 339d9c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
4 changes: 3 additions & 1 deletion manifests/puppetlabs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
$confd_dir = $apache::confd_dir
$conf_dir = $apache::conf_dir
$mod_dir = $apache::mod_dir
$icons_path = $apache::mod::alias::icons_path
$icons_options = "-Indexes +MultiViews -FollowSymLinks" # overwrites $apache::mod::alias::icons_options

file { "${confd_dir}/90.hardening.conf":
ensure => file,
Expand All @@ -53,7 +55,7 @@
}

File <| title == 'alias.conf' |> {
content => template('apache_hardening/mod/alias.conf.erb'),
content => template('apache/mod/alias.conf.erb'),
mode => '0640',
}

Expand Down
13 changes: 0 additions & 13 deletions templates/mod/alias.conf.erb

This file was deleted.

0 comments on commit 339d9c9

Please sign in to comment.