X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fsearch_frontend.pp;h=4d66c1d45ad305d160a9b8ef4e8b1923c149f29f;hb=025fa478e25f10189ca63e5c94791d2263f114eb;hp=470e0f82a1b7fc32acd555a45dcf43cfdbb9c8d0;hpb=d84ce9976755037abfdcc0815553980b0273583f;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/search_frontend.pp b/modules/roles/manifests/search_frontend.pp index 470e0f82a..4d66c1d45 100644 --- a/modules/roles/manifests/search_frontend.pp +++ b/modules/roles/manifests/search_frontend.pp @@ -1,6 +1,6 @@ class roles::search_frontend { ssl::service { 'search.debian.org': notify => Service['apache2'], - tlsaport => 0, + key => true, } }