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:
195d2ce
)
allow DC17 machine(s) to access postgres on vittoria
author
Luca Filipozzi
<lfilipoz@emyr.net>
Thu, 3 Aug 2017 20:36:30 +0000
(20:36 +0000)
committer
Luca Filipozzi
<lfilipoz@emyr.net>
Thu, 3 Aug 2017 20:36:30 +0000
(20:36 +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
952f52a
..
33b5f81
100644
(file)
--- a/
modules/ferm/manifests/per_host.pp
+++ b/
modules/ferm/manifests/per_host.pp
@@
-8,6
+8,12
@@
class ferm::per_host {
}
case $::hostname {
+ vittoria: {
+ @ferm::rule { 'debconf17':
+ description => 'temporarily allow DC17 access',
+ rule => '&SERVICE_RANTE(tcp, 5432, (206.167.36.195/32))'
+ }
+ }
czerny,clementi: {
@ferm::rule { 'dsa-upsmon':
description => 'Allow upsmon access',