Enable lingering for the contributors user
[mirror/dsa-puppet.git] / modules / roles / manifests / contributors.pp
index 6750e05..f664532 100644 (file)
@@ -1,7 +1,11 @@
 class roles::contributors {
   include apache2
+  include roles::sso_rp
+
   ssl::service { 'contributors.debian.org':
     notify => Exec['service apache2 reload'],
     key    => true,
   }
+
+  dsa_systemd::linger { 'contributors': }
 }