X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fcontributors.pp;h=f664532b7fbe80fad97164a28ad8ba3ac7e38938;hb=33a685862291e6f3c0c7f9df702b930430bbe419;hp=856b84afe186297c5bc259e86ccaa5d4348d6dfa;hpb=a13971dba2d897bfd8059925aad8fd4c9477788c;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/contributors.pp b/modules/roles/manifests/contributors.pp index 856b84afe..f664532b7 100644 --- a/modules/roles/manifests/contributors.pp +++ b/modules/roles/manifests/contributors.pp @@ -1,6 +1,11 @@ class roles::contributors { - ssl::service { 'contributors.debian.org': - notify => Exec['service apache2 reload'], - key => true, - } + include apache2 + include roles::sso_rp + + ssl::service { 'contributors.debian.org': + notify => Exec['service apache2 reload'], + key => true, + } + + dsa_systemd::linger { 'contributors': } }