Skip to content

Commit c737616

Browse files
committed
Merge pull request #922 from saz/master
Fixes indentation of versioncmp
2 parents 04814fb + 61789fa commit c737616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/default_mods.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
::apache::mod { 'auth_basic': }
121121
::apache::mod { 'authn_file': }
122122

123-
if versioncmp($apache_version, '2.4') >= 0 {
123+
if versioncmp($apache_version, '2.4') >= 0 {
124124
# authz_core is needed for 'Require' directive
125125
::apache::mod { 'authz_core':
126126
id => 'authz_core_module',

0 commit comments

Comments
 (0)