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:
d5c8952
)
regex, not glob
author
Stephen Gran
<steve@lobefin.net>
Mon, 26 Aug 2013 09:19:20 +0000
(10:19 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 26 Aug 2013 09:19:20 +0000
(10:19 +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
6f93567
..
1ebd2ea
100644
(file)
--- a/
modules/roles/manifests/pubsub.pp
+++ b/
modules/roles/manifests/pubsub.pp
@@
-77,7
+77,7
@@
class roles::pubsub {
rabbitmq_policy { 'mirror-packages':
vhost => 'packages',
- match => '*',
+ match => '
.
*',
policy => '{"ha-mode":"all"}',
require => Rabbitmq_vhost['packages']
}