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:
a6012e0
)
Allow sibelius pg access from 185.17.185.180
author
Peter Palfrader
<peter@palfrader.org>
Mon, 2 Jun 2014 16:31:33 +0000
(18:31 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 2 Jun 2014 16:31:33 +0000
(18:31 +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
388048e
..
f8bf5b1
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-387,6
+387,10
@@
class ferm::per-host {
description => 'Allow postgress access',
rule => '&SERVICE_RANGE(tcp, 5433, ( 2001:41c8:1000:21::21:12/128 ))'
}
+ @ferm::rule { 'dsa-postgres-replication':
+ description => 'Allow postgress access',
+ rule => '&SERVICE_RANGE(tcp, 5433, ( 185.17.185.180/32 ))'
+ }
}
default: {}
}