Merge "Dont include logging in init class by default"

This commit is contained in:
Zuul 2018-12-29 20:55:27 +00:00 committed by Gerrit Code Review
commit 56cee04ea4
3 changed files with 4 additions and 5 deletions

View File

@ -35,7 +35,6 @@ class rally (
include ::rally::deps
include ::rally::db
include ::rally::logging
include ::rally::settings
# Keep backward compatibility

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
rally::logging is now not included in init class by default.

View File

@ -9,10 +9,6 @@ describe 'rally' do
{ :purge_config => false }
end
it 'contains the logging class' do
is_expected.to contain_class('rally::logging')
end
it 'installs packages' do
is_expected.to contain_package('rally').with(
:name => platform_params[:package_name],