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:
5778147
)
allow 5672
author
Martin Zobel-Helas
<zobel@debian.org>
Fri, 18 Apr 2014 14:34:43 +0000
(16:34 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Fri, 18 Apr 2014 14:34:43 +0000
(16:34 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@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
851fc63
..
54e05b8
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-11,6
+11,14
@@
class ferm::per-host {
}
}
+ case $::hostname {
+ oyens: {
+ @ferm::rule { 'dsa-amqp':
+ description => 'Allow upsmon access',
+ rule => '&SERVICE_RANGE(tcp, 5672, ( 5.153.231.240/27 172.29.123.0/24 ))'
+ }
+ }
+ }
case $::hostname {
czerny,clementi: {
@ferm::rule { 'dsa-upsmon':