Chmarkine has uploaded a new change for review. https://gerrit.wikimedia.org/r/198455
Change subject: RT - Enable HSTS max-age=7 days ...................................................................... RT - Enable HSTS max-age=7 days https://rt.wikimedia.org/ is HTTPS only. Change-Id: I0d4d0afe4033a7583a5f8a8042c5a0c28bf84eed --- M manifests/role/requesttracker.pp 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/55/198455/1 diff --git a/manifests/role/requesttracker.pp b/manifests/role/requesttracker.pp index 48036ae..aa77fa2 100644 --- a/manifests/role/requesttracker.pp +++ b/manifests/role/requesttracker.pp @@ -6,7 +6,7 @@ install_certificate { 'rt.wikimedia.org': } - $ssl_settings = ssl_ciphersuite('apache-2.2', 'compat') + $ssl_settings = ssl_ciphersuite('apache-2.2', 'compat', '7') class { '::requesttracker': apache_site => 'rt.wikimedia.org', -- To view, visit https://gerrit.wikimedia.org/r/198455 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0d4d0afe4033a7583a5f8a8042c5a0c28bf84eed Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Chmarkine <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
