X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fsearch_frontend.pp;h=dc1861db5a7d326dea0572bd3ebff9b9d58dfa53;hb=2a425a85aee59abba7f8de4b9bb6f61824938d82;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..dc1861db5 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, + notify => Exec['service apache2 reload'], + key => true, } }