# HG changeset patch # User IBBoard # Date 1442072547 -3600 # Node ID c2f66d0f2a431f22d8cbec50030100d528c6a303 # Parent 65b227da8dc2b97e3b6d5bf08a3ddb2e1e5b01fb Remove "mod_version" from templates as Website module handles it and it isn't site specific diff -r 65b227da8dc2 -r c2f66d0f2a43 manifests/templates.pp --- 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 {