Skip to content

Commit 921de9e

Browse files
authored
Merge pull request #2287 from sircubbi/bugfix_authbasic_module_after_pr2252
fix duplicate definition of auth_basic-mod
2 parents 92865b3 + 52371a9 commit 921de9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/default_mods.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
include apache::mod::mime
140140
include apache::mod::negotiation
141141
include apache::mod::setenvif
142-
::apache::mod { 'auth_basic': }
142+
include apache::mod::auth_basic
143143

144144
if versioncmp($apache_version, '2.4') >= 0 {
145145
# filter is needed by mod_deflate

0 commit comments

Comments
 (0)