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:
21edc51
)
RT#7368: add additional IP
author
Martin Zobel-Helas
<zobel@debian.org>
Sun, 29 Jul 2018 02:40:23 +0000
(
04:40
+0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sun, 29 Jul 2018 02:40:23 +0000
(
04:40
+0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/ferm/manifests/per_host.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/per_host.pp
b/modules/ferm/manifests/per_host.pp
index
95a6f1c
..
01e9cda
100644
(file)
--- a/
modules/ferm/manifests/per_host.pp
+++ b/
modules/ferm/manifests/per_host.pp
@@
-69,7
+69,7
@@
class ferm::per_host {
vittoria: {
@ferm::rule { 'debconf18':
description => 'temporarily allow DC18 access',
- rule => '&SERVICE_RANGE(tcp, 5432, ( 140.113.6.241/32 ))'
+ rule => '&SERVICE_RANGE(tcp, 5432, ( 140.113.6.241/32
140.110.240.4/32
))'
}
}
default: {}