Replace the deb.d.o RedirectPermanent with plain Redirects
[mirror/dsa-puppet.git] / modules / roles / manifests / search_frontend.pp
index 470e0f8..4d66c1d 100644 (file)
@@ -1,6 +1,6 @@
 class roles::search_frontend {
        ssl::service { 'search.debian.org':
                notify => Service['apache2'],
-               tlsaport => 0,
+               key => true,
        }
 }