Merge lp://staging/~mskalka/charm-helpers/apache-servertokens into lp://staging/charm-helpers
Proposed by
Michael Skalka
Status: | Merged |
---|---|
Merged at revision: | 719 |
Proposed branch: | lp://staging/~mskalka/charm-helpers/apache-servertokens |
Merge into: | lp://staging/charm-helpers |
Diff against target: |
136 lines (+31/-24) 7 files modified
charmhelpers/contrib/hardening/apache/checks/config.py (+4/-3) charmhelpers/contrib/hardening/apache/templates/99-hardening.conf (+19/-0) charmhelpers/contrib/hardening/apache/templates/hardening.conf (+0/-18) charmhelpers/contrib/hardening/defaults/apache.yaml (+2/-1) charmhelpers/contrib/hardening/defaults/apache.yaml.schema (+1/-0) tests/contrib/hardening/apache/checks/test_config.py (+3/-1) tests/contrib/hardening/test_templating.py (+2/-1) |
To merge this branch: | bzr merge lp://staging/~mskalka/charm-helpers/apache-servertokens |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ante Karamatić (community) | Approve | ||
Edward Hope-Morley | Approve | ||
Review via email: mp+319860@code.staging.launchpad.net |
Description of the change
Adds the ServerToken directive to Apache's hardening.conf, defaulting to 'Prod' and renames hardening.conf to 99-hardening.conf so that it overrides existing settings in conf-enabled.
To post a comment you must log in.
Hi Michael, thank you for submitting a patch to charm-helpers. In general your patch looks find although I do have once comment below with regards to changing the template filename.