fuel-library/deployment/puppet/rabbitmq/tests/erlang_deps.pp
Bogdan Dobrelya 57d51bbae2 Sync puppetlabs rabbitmq module
commit 4832bd61b5b1bfea7c9cc985508e65cd10081652
Source: https://github.com/puppetlabs/puppetlabs-rabbitmq.git

Related blueprint merge-openstack-puppet-modules

Fuel-CI: disable
Change-Id: I924a2a4489dc329fefbee859a4b4bde0b79e86d1
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
2015-01-09 16:11:20 +01:00

6 lines
151 B
Puppet

# install first the garethr-erlang module. See README.md
include 'erlang'
class { 'erlang': epel_enable => true}
Class['erlang'] -> Class['rabbitmq']