Disable rabbitmq repo on non-SSL deployments

This commit copies the repos_ensure parameter to the rabbitmq class
  declaration for situations where SSL is diabled.

  This needs to be done to keep consistency across all scenarios.

Change-Id: I8ce0316c4b7dcff6c4cfbd0dbcf61340f843ca84
This commit is contained in:
Cody Herriges 2016-08-26 13:05:02 -07:00
parent 0ec88b45d6
commit 9b49dc4dd4
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ class openstack_integration::rabbitmq {
package_provider => $::package_provider,
delete_guest_user => true,
environment_variables => $::openstack_integration::config::rabbit_env,
repos_ensure => false,
}
}
rabbitmq_vhost { '/':