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:
a52f984
)
er, this should be a variable
author
Stephen Gran
<steve@lobefin.net>
Sun, 12 Jan 2014 10:49:08 +0000
(10:49 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 12 Jan 2014 10:49:08 +0000
(10:49 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/manifests/pubsub/entities.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/pubsub/entities.pp
b/modules/roles/manifests/pubsub/entities.pp
index
9ce30f4
..
2a89010
100644
(file)
--- a/
modules/roles/manifests/pubsub/entities.pp
+++ b/
modules/roles/manifests/pubsub/entities.pp
@@
-66,9
+66,9
@@
class roles::pubsub::entities {
provider => 'rabbitmqctl',
}
- do_hosts = keys($site::localinfo)
+
$
do_hosts = keys($site::localinfo)
- rabbitmq::autouser { do_hosts: }
+ rabbitmq::autouser {
$
do_hosts: }
rabbitmq_vhost { 'packages':
ensure => present,