Remove enforced deps on RabbitMQ resources before config
authorGiulio Fidente <gfidente@redhat.com>
Thu, 2 Apr 2015 11:07:45 +0000 (13:07 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Fri, 3 Apr 2015 12:25:19 +0000 (14:25 +0200)
This should have been removed with change
I1bb8ee15d361638d77c5df7f8c03561c34f4c88f

Change-Id: I20d4099aabe5ae9f89db45fd3db585067cab01f5

puppet/manifests/overcloud_controller.pp

index 08f06a9..2b637b3 100644 (file)
@@ -109,10 +109,6 @@ if hiera('step') >= 2 {
     allowed_hosts => $allowed_hosts,
   }
 
-  Class['rabbitmq'] -> Rabbitmq_vhost <| |>
-  Class['rabbitmq'] -> Rabbitmq_user <| |>
-  Class['rabbitmq'] -> Rabbitmq_user_permissions <| |>
-
   $rabbit_nodes = split(downcase(hiera('rabbit_node_names', $::hostname)), ',')
   if count($rabbit_nodes) > 1 {
     $rabbit_cluster = true