Fix Beaker CI according recent puppetlabs-rabbitmq change.

The puppetlabs-rabbitmq module introduce a new feature related to the
erlang_cookie parameter change (the database must be wiped if the cookie is
changed), the parameter wipe_db_on_cookie_change is configured to false by
default.

But we're not setting up a rabbitmq cluster and we're not using pacemaker in
beaker CI tests, so we just remove the erlang cookie parameter change.

Change-Id: Ia0fc7ca568f9b0b25d96d25c3ee7b67da5bbfd45
Closes-Bug: #1468444
This commit is contained in:
Sebastien Badia 2015-06-24 19:10:19 +02:00
parent 78d10dc42a
commit c500d84a3a
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ describe 'basic designate' do
class { '::rabbitmq':
delete_guest_user => true,
erlang_cookie => 'secrete',
package_provider => $package_provider,
}