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:
34937c4
)
for DC17, permit another IPv4 address to access vittoria:5432
author
Luca Filipozzi
<lfilipoz@emyr.net>
Thu, 3 Aug 2017 22:10:37 +0000
(22:10 +0000)
committer
Luca Filipozzi
<lfilipoz@emyr.net>
Thu, 3 Aug 2017 22:10:37 +0000
(22:10 +0000)
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
1c1bc57
..
c68e4b6
100644
(file)
--- a/
modules/ferm/manifests/per_host.pp
+++ b/
modules/ferm/manifests/per_host.pp
@@
-11,7
+11,7
@@
class ferm::per_host {
vittoria: {
@ferm::rule { 'debconf17':
description => 'temporarily allow DC17 access',
- rule => '&SERVICE_RANGE(tcp, 5432, (
206.167.36.195/32
))'
+ rule => '&SERVICE_RANGE(tcp, 5432, (
206.167.44.99/32 206.167.36.195/32
))'
}
}
czerny,clementi: {