X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fsearch_frontend.pp;h=c77e901a6e4c38c89d16a2cd0f945f927b8d1c22;hb=cf760168ec022b1fc8edb9c46d85b29a98af8ca6;hp=69398ee0761b86e2ce157b9aee990ae8e49007e5;hpb=18efaa54b365619f03dcd86eea3e475d94cb91ee;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/search_frontend.pp b/modules/roles/manifests/search_frontend.pp index 69398ee07..c77e901a6 100644 --- a/modules/roles/manifests/search_frontend.pp +++ b/modules/roles/manifests/search_frontend.pp @@ -1,7 +1,8 @@ class roles::search_frontend { - stunnel4::client { 'searchsync': - accept => '127.0.0.1:7010', - connecthost => 'wolkenstein.debian.org', - connectport => 17010, - } + include apache2 + + ssl::service { 'search.debian.org': + notify => Exec['service apache2 reload'], + key => true, + } }