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