diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-08-31 19:30:11 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-08-31 19:30:11 +0000 |
commit | 712b712f5a8b165fb7f5b98613522e52ea06af4d (patch) | |
tree | fd8965fea06f48e4a684e3c38166021716f468d6 /puppet/services | |
parent | e774cb35d5a0658de7595839b0c54c4181181798 (diff) | |
parent | 6c37e1ed2714be540eb614f70d7363cf11a35eb9 (diff) |
Merge "apache: Remove product informations"
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/apache.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/services/apache.yaml b/puppet/services/apache.yaml index 758d9510..7595e4c3 100644 --- a/puppet/services/apache.yaml +++ b/puppet/services/apache.yaml @@ -31,6 +31,8 @@ outputs: # internal_api_uri -> [IP] # internal_api_subnet - > IP/CIDR apache::ip: {get_param: [ServiceNetMap, ApacheNetwork]} + apache::server_signature: 'Off' + apache::server_tokens: 'Prod' apache_remote_proxy_ips_network: str_replace: template: "NETWORK_subnet" |