From d84ce9976755037abfdcc0815553980b0273583f Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Fri, 5 Feb 2016 16:52:50 +0100 Subject: [PATCH] remove tlsa for search.debian.org Let's try to rotate keys without breaking stuff Signed-off-by: Julien Cristau --- modules/roles/manifests/search_frontend.pp | 1 + 1 file changed, 1 insertion(+) 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, } } -- 2.20.1