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:
8839536
)
make that an array
author
Stephen Gran
<steve@lobefin.net>
Sun, 25 Aug 2013 21:49:33 +0000
(22:49 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 25 Aug 2013 21:49:33 +0000
(22:49 +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
e574032
..
61a93bf
100644
(file)
--- a/
modules/roles/manifests/pubsub.pp
+++ b/
modules/roles/manifests/pubsub.pp
@@
-65,7
+65,7
@@
class roles::pubsub {
}
@ferm::rule { 'rabbitmq_cluster':
- domain => '(ip
,
ip6)',
+ domain => '(ip
ip6)',
description => 'rabbitmq cluster connections',
rule => "proto tcp mod state state (NEW) saddr (${you}) ACCEPT"
}