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:
8f89496
)
new section for ud-replicate
author
Stephen Gran
<steve@lobefin.net>
Tue, 14 Jan 2014 19:57:04 +0000
(19:57 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 14 Jan 2014 19:57:11 +0000
(19:57 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/templates/pubsub/pubsub.conf.erb
patch
|
blob
|
history
diff --git
a/modules/roles/templates/pubsub/pubsub.conf.erb
b/modules/roles/templates/pubsub/pubsub.conf.erb
index
0852463
..
cf705de
100644
(file)
--- a/
modules/roles/templates/pubsub/pubsub.conf.erb
+++ b/
modules/roles/templates/pubsub/pubsub.conf.erb
@@
-4,3
+4,11
@@
topic=dsa.git.homedirs
exchange=dsa
username=<%= @fqdn %>
password=<%= @rabbit_password %>
+
+[dsa-udreplicate]
+vhost=dsa
+topic=dsa.ud.replicate
+exchange=dsa
+username=<%= @fqdn %>
+password=<%= @rabbit_password %>
+queue=ud-<%= @fqdn %>