Skip to content

Commit

Permalink
Fixes indentation of versioncmp
Browse files Browse the repository at this point in the history
  • Loading branch information
saz authored and Morgan Haskel committed Nov 7, 2014
1 parent 4e86abe commit 6790eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/default_mods.pp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
::apache::mod { 'auth_basic': }
::apache::mod { 'authn_file': }

if versioncmp($apache_version, '2.4') >= 0 {
if versioncmp($apache_version, '2.4') >= 0 {
# authz_core is needed for 'Require' directive
::apache::mod { 'authz_core':
id => 'authz_core_module',
Expand Down

0 comments on commit 6790eec

Please sign in to comment.