exim: build submission domain list dynamically
[mirror/dsa-puppet.git] / modules / roles / manifests / bugs_master.pp
index 3df3c7c..c366d0c 100644 (file)
@@ -11,6 +11,7 @@ class roles::bugs_master {
   }
 
   # 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',