X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Froles%2Fmanifests%2Fsearch_frontend.pp;h=0b37015b88e21f5b381b4d475ac301e473a7b9b2;hb=aaa8963b91de9a3cfc1b3d1fbfe06ac822be73a6;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..0b37015b8 100644 --- a/modules/roles/manifests/search_frontend.pp +++ b/modules/roles/manifests/search_frontend.pp @@ -4,4 +4,7 @@ class roles::search_frontend { connecthost => 'wolkenstein.debian.org', connectport => 17010, } + ssl::service { 'search.debian.org': + notify => Service['apache2'], + } }