changeset 61:c2f66d0f2a43 puppet-3.6

Remove "mod_version" from templates as Website module handles it and it isn't site specific
author IBBoard <dev@ibboard.co.uk>
date Sat, 12 Sep 2015 16:42:27 +0100
parents 65b227da8dc2
children f192048f9b7e
files manifests/templates.pp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/manifests/templates.pp	Sun Jul 26 17:58:06 2015 +0100
+++ b/manifests/templates.pp	Sat Sep 12 16:42:27 2015 +0100
@@ -356,7 +356,7 @@
 
 	# Common modules used by multiple sites (mod_auth_basic is safe because we HTTPS all the things)
 	apache::mod {
-		'auth_basic':; 'authn_file':; 'authz_user':; 'auth_token':;'deflate':; 'version':;
+		'auth_basic':; 'authn_file':; 'authz_user':; 'auth_token':;'deflate':;
 	}
 	if $operatingsystem == 'CentOS' and versioncmp($operatingsystemrelease, 7) >= 0 {
 		apache::mod {