Mercurial > repos > other > Puppet
comparison manifests/templates.pp @ 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 | 3bb824dabaae |
comparison
equal
deleted
inserted
replaced
58:65b227da8dc2 | 61:c2f66d0f2a43 |
---|---|
354 firewall_cmd => $firewall_cmd, | 354 firewall_cmd => $firewall_cmd, |
355 } | 355 } |
356 | 356 |
357 # Common modules used by multiple sites (mod_auth_basic is safe because we HTTPS all the things) | 357 # Common modules used by multiple sites (mod_auth_basic is safe because we HTTPS all the things) |
358 apache::mod { | 358 apache::mod { |
359 'auth_basic':; 'authn_file':; 'authz_user':; 'auth_token':;'deflate':; 'version':; | 359 'auth_basic':; 'authn_file':; 'authz_user':; 'auth_token':;'deflate':; |
360 } | 360 } |
361 if $operatingsystem == 'CentOS' and versioncmp($operatingsystemrelease, 7) >= 0 { | 361 if $operatingsystem == 'CentOS' and versioncmp($operatingsystemrelease, 7) >= 0 { |
362 apache::mod { | 362 apache::mod { |
363 'authn_core':; | 363 'authn_core':; |
364 } | 364 } |