Skip to content

Commit

Permalink
Fix that we need the $apache_version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Aug 18, 2015
1 parent b65b787 commit 26311f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifests/mod/authz_default.pp
@@ -1,4 +1,6 @@
class apache::mod::authz_default {
class apache::mod::authz_default(
$apache_version = $::apache::apache_version
) {
if versioncmp($apache_version, '2.4') >= 0 {
warning('apache::mod::authz_default has been removed in Apache 2.4')
} else {
Expand Down

0 comments on commit 26311f8

Please sign in to comment.