X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fpiuparts.pp;h=5dfd1ebb0d1528c699b863a9908201db3f5feef8;hb=6f7e7e5506551b4c9d06add3a5610119de7f2bce;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..5dfd1ebb0 100644 --- a/modules/roles/manifests/piuparts.pp +++ b/modules/roles/manifests/piuparts.pp @@ -1,5 +1,6 @@ class roles::piuparts { ssl::service { 'piuparts.debian.org': - notify => Service['apache2'], + notify => Exec['service apache2 reload'], + key => true, } }