Dont include logging in init class by default

Change-Id: If117910c410034aa22f47be328f7bf9a51a7352e
This commit is contained in:
Tobias Urdin 2018-11-29 10:56:54 +01:00
parent 005e8e3c78
commit c25d5e6252
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],