X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fbugs_master.pp;h=c366d0cbb7526384faa4a271df6ed118ecfba03a;hb=972528da88c48db95741697fc1f862f022c78c16;hp=301f47396bb1e66d0bc7a750bce3396a11f3b657;hpb=8eda5a7e765451d78ca86c76d283a7296e0d8ad3;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/bugs_master.pp b/modules/roles/manifests/bugs_master.pp index 301f47396..c366d0cbb 100644 --- a/modules/roles/manifests/bugs_master.pp +++ b/modules/roles/manifests/bugs_master.pp @@ -4,8 +4,16 @@ class roles::bugs_master { ssl::service { 'bugs-devel.debian.org': notify => Exec['service apache2 reload'], key => true, } ssl::service { 'bugs-master.debian.org': notify => Exec['service apache2 reload'], key => true, } + # Note that there is also role specific config in exim4.conf exim::vdomain { 'bugs.debian.org': owner => 'debbugs', group => 'debbugs', } + + # The bugs service accepts bug reports on the submission port + exim::submissiondomain { 'bugs.debian.org': } + ferm::rule::simple { 'bugs-submission': + description => 'Allow submission access from the world', + port => 'submission', + } }