Skip to content

Commit

Permalink
Merge pull request #739 from xavierleune/mod_rewrite_duplicate_error
Browse files Browse the repository at this point in the history
Mod rewrite duplicate error
  • Loading branch information
hunner committed Jun 3, 2014
2 parents c2203ca + 8a44be7 commit 39d5aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,8 @@

# Load mod_rewrite if needed and not yet loaded
if $rewrites or $rewrite_cond {
if ! defined(Apache::Mod['rewrite']) {
::apache::mod { 'rewrite': }
if ! defined(Class['apache::mod::rewrite']) {
include ::apache::mod::rewrite
}
}

Expand Down

0 comments on commit 39d5aca

Please sign in to comment.