remove tlsa for search.debian.org
authorJulien Cristau <jcristau@debian.org>
Fri, 5 Feb 2016 15:52:50 +0000 (16:52 +0100)
committerJulien Cristau <jcristau@debian.org>
Fri, 5 Feb 2016 15:52:50 +0000 (16:52 +0100)
Let's try to rotate keys without breaking stuff

Signed-off-by: Julien Cristau <jcristau@debian.org>
modules/roles/manifests/search_frontend.pp

index a790cac..470e0f8 100644 (file)
@@ -1,5 +1,6 @@
 class roles::search_frontend {
        ssl::service { 'search.debian.org':
                notify => Service['apache2'],
+               tlsaport => 0,
        }
 }