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:
43c8103
)
change port
author
Stephen Gran
<steve@lobefin.net>
Sun, 21 Jun 2015 19:10:00 +0000
(20:10 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 21 Jun 2015 19:10:00 +0000
(20:10 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/manifests/pubsub.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/pubsub.pp
b/modules/roles/manifests/pubsub.pp
index
338282a
..
623ad26
100644
(file)
--- a/
modules/roles/manifests/pubsub.pp
+++ b/
modules/roles/manifests/pubsub.pp
@@
-73,11
+73,11
@@
class roles::pubsub {
}
@ferm::rule { 'rabbitmq_mgmt':
description => 'rabbitmq cluster connections',
- rule => '&SERVICE_RANGE(tcp, 1567
2
, $DSA_IPS)'
+ rule => '&SERVICE_RANGE(tcp, 1567
1
, $DSA_IPS)'
}
@ferm::rule { 'rabbitmq_mgmt_v6':
domain => '(ip6)',
description => 'rabbitmq cluster connections',
- rule => '&SERVICE_RANGE(tcp, 1567
2
, $DSA_V6_IPS)'
+ rule => '&SERVICE_RANGE(tcp, 1567
1
, $DSA_V6_IPS)'
}
}