X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fpiuparts.pp;h=8b7e3b4f8ff7af990cc793bf0dbcdf391589d320;hb=f77499d4ba53abb8e56b1923d25fb1b828e46328;hp=0f3463d8ea784d0a06a170d88566daa416ac5443;hpb=f833a1c122597f80da4d4095cae8d7d5bd852a7a;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/piuparts.pp b/modules/roles/manifests/piuparts.pp index 0f3463d8e..8b7e3b4f8 100644 --- a/modules/roles/manifests/piuparts.pp +++ b/modules/roles/manifests/piuparts.pp @@ -1,5 +1,7 @@ class roles::piuparts { - ssl::service { 'piuparts.debian.org': - notify => Service['apache2'], - } + include apache2 + ssl::service { 'piuparts.debian.org': + notify => Exec['service apache2 reload'], + key => true, + } }