apache: Remove product informations

By default, the httpd version and the OS type is described in the
HTTP header 'Server'.

Server: Apache/2.4.6 (Red Hat Enterprise Linux)

This patch allows to remove the specific informations related to the
httpd server and the OS.

Change-Id: If514e36605defbeadd91de0b40f24da87e4d9736
This commit is contained in:
Dimitri Savineau
2016-10-20 11:35:50 -04:00
parent 48a1ecbd87
commit 7d0abea455

View File

@@ -38,6 +38,10 @@ member_role_exists: {{MEMBER_ROLE_EXISTS}}
# Common Hiera data gets applied to all nodes
ssh::server::storeconfigs_enabled: false
# Apache
apache::server_signature: 'Off'
apache::server_tokens: 'Prod'
# ceilometer settings used by compute and controller ceilo auth settings
ceilometer::agent::auth::auth_region: 'regionOne'
aodh::auth::auth_region: 'regionOne'