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