]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
er, this should be a variable
authorStephen Gran <steve@lobefin.net>
Sun, 12 Jan 2014 10:49:08 +0000 (10:49 +0000)
committerStephen 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

index 9ce30f49c3c35466377e23a50363ceca00bde1f3..2a8901026e34ca85aed5488eb086c1b90677fffe 100644 (file)
@@ -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,