Enable lingering for the contributors user
[mirror/dsa-puppet.git] / modules / roles / manifests / contributors.pp
index 200a6a0..f664532 100644 (file)
@@ -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': }
 }