From 6bb11bc28bde2442070b9da4fbaa779ed2e72901 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 12 Jan 2014 10:49:08 +0000 Subject: [PATCH] er, this should be a variable Signed-off-by: Stephen Gran --- modules/roles/manifests/pubsub/entities.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/roles/manifests/pubsub/entities.pp b/modules/roles/manifests/pubsub/entities.pp index 9ce30f49c..2a8901026 100644 --- 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, -- 2.20.1