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:
4a17c91
)
drop user@ syntax
author
Stephen Gran
<steve@lobefin.net>
Sun, 21 Jun 2015 19:03:47 +0000
(20:03 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 21 Jun 2015 19:03:47 +0000
(20:03 +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
7d49410
..
338282a
100644
(file)
--- a/
modules/roles/manifests/pubsub.pp
+++ b/
modules/roles/manifests/pubsub.pp
@@
-10,8
+10,8
@@
class roles::pubsub {
class { 'rabbitmq':
config_cluster => true,
cluster_nodes => [
-
"rabbit@${cc_master}"
,
-
"rabbit@${cc_secondary}"
,
+
$cc_master
,
+
$cc_secondary
,
],
cluster_node_type => 'disc',
erlang_cookie => '8r17so6o1s124ns49sr08n0o24342160',