acceptance/rabbitmq: include apt in scope

We neew now to include ::apt in the scope otherwise the catalog will
have warnings when running puppetlabs-rabbitmq module.

Change-Id: I0ed73073b65e782787918ba04bfcc3dafbc1b0f0
This commit is contained in:
Emilien Macchi 2015-07-06 08:02:34 -04:00
parent 8458b46954
commit c0f31b6cd7
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ describe 'openstacklib class' do
}
$package_provider = 'yum'
} else {
include ::apt
$package_provider = 'apt'
}