From: Julien Cristau Date: Fri, 5 Feb 2016 15:52:50 +0000 (+0100) Subject: remove tlsa for search.debian.org X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=d84ce9976755037abfdcc0815553980b0273583f;p=mirror%2Fdsa-puppet.git remove tlsa for search.debian.org Let's try to rotate keys without breaking stuff Signed-off-by: Julien Cristau --- diff --git a/modules/roles/manifests/search_frontend.pp b/modules/roles/manifests/search_frontend.pp index a790cac1d..470e0f82a 100644 --- a/modules/roles/manifests/search_frontend.pp +++ b/modules/roles/manifests/search_frontend.pp @@ -1,5 +1,6 @@ class roles::search_frontend { ssl::service { 'search.debian.org': notify => Service['apache2'], + tlsaport => 0, } }