From 6790eec742f07c2f9150e36d54e71936d03738b7 Mon Sep 17 00:00:00 2001 From: Steffen Zieger Date: Thu, 30 Oct 2014 15:45:37 +0100 Subject: [PATCH] Fixes indentation of versioncmp --- manifests/default_mods.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/default_mods.pp b/manifests/default_mods.pp index 71759030b..09e360a49 100644 --- a/manifests/default_mods.pp +++ b/manifests/default_mods.pp @@ -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',