1 class roles::bugs_master {
2 include roles::bugs_web
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, }
7 # Note that there is also role specific config in exim4.conf
8 exim::vdomain { 'bugs.debian.org':
13 # The bugs service accepts bug reports on the submission port
14 exim::submissiondomain { 'bugs.debian.org': }
15 ferm::rule::simple { 'bugs-submission':
16 description => 'Allow submission access from the world',