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:
8bab08a
)
snapshotdb-manda-01: allow pg access from lw
author
Peter Palfrader
<peter@palfrader.org>
Tue, 28 May 2019 07:41:50 +0000
(09:41 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 28 May 2019 07:41:50 +0000
(09:41 +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
36a6637
..
2bc1944
100644
(file)
--- a/
modules/ferm/manifests/per_host.pp
+++ b/
modules/ferm/manifests/per_host.pp
@@
-267,6
+267,13
@@
class ferm::per_host {
rule => '&SERVICE_RANGE(tcp, 5439, ( 2001:1af8:4020:b030::/64 ))'
}
}
+ snapshotdb-manda-01: {
+ @ferm::rule { 'dsa-postgres-snapshot':
+ domain => '(ip ip6)',
+ description => 'Allow postgress access from leaseweb (lw07 and friends)',
+ rule => '&SERVICE_RANGE(tcp, 5442, ( 185.17.185.176/28 2001:1af8:4020:b030::/64 ))'
+ }
+ }
default: {}
}
# vpn fu