Enable lingering for the contributors user
[mirror/dsa-puppet.git] / modules / roles / manifests / packagesqamaster.pp
1 class roles::packagesqamaster {
2   include apache2
3   ssl::service { 'packages.qa.debian.org': notify  => Exec['service apache2 reload'], key => true, }
4
5   # Note that there is also role specific config in exim4.conf
6   exim::vdomain { 'packages.qa.debian.org':
7     owner => 'qa',
8     group => 'qa',
9   }
10 }