X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fsearch_frontend.pp;h=c77e901a6e4c38c89d16a2cd0f945f927b8d1c22;hb=3324b4ae702172197fe7ad725a36f052f1e67c71;hp=a790cac1d9a1fc211e3937ce5d48440a0d177704;hpb=ac0a4f6fbe55ce6b2eba7ded7ce573922a240d74;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/search_frontend.pp b/modules/roles/manifests/search_frontend.pp index a790cac1d..c77e901a6 100644 --- a/modules/roles/manifests/search_frontend.pp +++ b/modules/roles/manifests/search_frontend.pp @@ -1,5 +1,8 @@ class roles::search_frontend { - ssl::service { 'search.debian.org': - notify => Service['apache2'], - } + include apache2 + + ssl::service { 'search.debian.org': + notify => Exec['service apache2 reload'], + key => true, + } }