Enable lingering for the contributors user
[mirror/dsa-puppet.git] / modules / roles / manifests / contributors.pp
1 class roles::contributors {
2   include apache2
3   include roles::sso_rp
4
5   ssl::service { 'contributors.debian.org':
6     notify => Exec['service apache2 reload'],
7     key    => true,
8   }
9
10   dsa_systemd::linger { 'contributors': }
11 }