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:
5852930
)
fixup ferm rule for danzi
author
Julien Cristau
<jcristau@debian.org>
Fri, 29 Sep 2017 18:02:45 +0000
(20:02 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Fri, 29 Sep 2017 18:02:45 +0000
(20:02 +0200)
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
1bd5628
..
567e4e6
100644
(file)
--- a/
modules/ferm/manifests/per_host.pp
+++ b/
modules/ferm/manifests/per_host.pp
@@
-273,6
+273,7
@@
class ferm::per_host {
rule => '&SERVICE_RANGE(tcp, 5434, ( 209.87.16.0/24 ))'
}
@ferm::rule { 'dsa-postgres2-danzi6':
+ domain => 'ip6',
description => 'Allow postgress access2',
rule => '&SERVICE_RANGE(tcp, 5434, ( 2607:f8f0:614:1::/64 ))'
}