X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fcontributors.pp;h=f664532b7fbe80fad97164a28ad8ba3ac7e38938;hp=200a6a03f5bea55b759e196b29dff1dbf0765d95;hb=33a685862291e6f3c0c7f9df702b930430bbe419;hpb=232d0deecdefbaa558bd72a822967257a86d0160 diff --git a/modules/roles/manifests/contributors.pp b/modules/roles/manifests/contributors.pp index 200a6a03f..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'], - tlsaport => 0, - } + include apache2 + include roles::sso_rp + + ssl::service { 'contributors.debian.org': + notify => Exec['service apache2 reload'], + key => true, + } + + dsa_systemd::linger { 'contributors': } }