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:
55c07ad
)
allow access to pg on vittoria for dc18
author
Julien Cristau
<jcristau@debian.org>
Fri, 27 Jul 2018 10:04:24 +0000
(12:04 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Fri, 27 Jul 2018 10:04:59 +0000
(12:04 +0200)
RT#7368
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
11f17b9
..
95a6f1c
100644
(file)
--- a/
modules/ferm/manifests/per_host.pp
+++ b/
modules/ferm/manifests/per_host.pp
@@
-66,6
+66,12
@@
class ferm::per_host {
rule => '&SERVICE_RANGE(tcp, 1978, ( 140.211.166.26 209.87.16.39 ))'
}
}
+ vittoria: {
+ @ferm::rule { 'debconf18':
+ description => 'temporarily allow DC18 access',
+ rule => '&SERVICE_RANGE(tcp, 5432, ( 140.113.6.241/32 ))'
+ }
+ }
default: {}
}