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:
a3ebaa3
)
Allow dc16 hosts to access postgres on vittoria
author
Julien Cristau
<jcristau@debian.org>
Wed, 29 Jun 2016 13:26:46 +0000
(15:26 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Wed, 29 Jun 2016 13:26:46 +0000
(15:26 +0200)
Signed-off-by: Julien Cristau <jcristau@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
87aa56c
..
ba0f52b
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-473,6
+473,10
@@
class ferm::per-host {
description => 'Allow postgress access',
rule => '&SERVICE_RANGE(tcp, 5432, ( $HOST_PGBACKUPHOST_V6 ))'
}
+ @ferm::rule { 'dc16-postgres':
+ description => 'Allow postgres access',
+ rule => '&SERVICE_RANGE(tcp, 5332, ( 137.158.82.4/31 ))'
+ }
}
default: {}
}