Skip to content

Commit

Permalink
Merge pull request #922 from saz/master
Browse files Browse the repository at this point in the history
Fixes indentation of versioncmp
  • Loading branch information
igalic committed Nov 2, 2014
2 parents 04814fb + 61789fa commit c737616
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 c737616

Please sign in to comment.