X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Froles%2Fmanifests%2Fbugs_master.pp;h=3df3c7c54a892c09427fbeee258ed8af8eae2a5e;hb=60761867cccbfa7f472fb13fdd2d704d4cb32b92;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..3df3c7c54 100644 --- a/modules/roles/manifests/bugs_master.pp +++ b/modules/roles/manifests/bugs_master.pp @@ -4,8 +4,15 @@ 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 + ferm::rule::simple { 'bugs-submission': + description => 'Allow submission access from the world', + port => 'submission', + } }