note that there is role specific exim config for bugs and packages
[mirror/dsa-puppet.git] / modules / roles / manifests / bugs_master.pp
1 class roles::bugs_master {
2   include roles::bugs_web
3
4   ssl::service { 'bugs-devel.debian.org': notify  => Exec['service apache2 reload'], key => true, }
5   ssl::service { 'bugs-master.debian.org': notify  => Exec['service apache2 reload'], key => true, }
6
7   # Note that there is also role specific config in exim4.conf
8   exim::vdomain { 'bugs.debian.org':
9     owner => 'debbugs',
10     group => 'debbugs',
11   }
12 }