Merge "Dont include logging in init class by default"
This commit is contained in:
commit
56cee04ea4
@ -35,7 +35,6 @@ class rally (
|
||||
|
||||
include ::rally::deps
|
||||
include ::rally::db
|
||||
include ::rally::logging
|
||||
include ::rally::settings
|
||||
|
||||
# Keep backward compatibility
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
rally::logging is now not included in init class by default.
|
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user