projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
767d38c
)
bugs_master: allow incoming mail to the submission port from the role
author
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Sep 2019 09:25:40 +0000
(11:25 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Sep 2019 09:25:40 +0000
(11:25 +0200)
modules/roles/manifests/bugs_master.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/bugs_master.pp
b/modules/roles/manifests/bugs_master.pp
index
ba478bd
..
3df3c7c
100644
(file)
--- a/
modules/roles/manifests/bugs_master.pp
+++ b/
modules/roles/manifests/bugs_master.pp
@@
-9,4
+9,10
@@
class roles::bugs_master {
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',
+ }
}