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