Merge "Dont include logging in init class by default"
This commit is contained in:
commit
fe72f0f523
@ -213,7 +213,6 @@ class tacker(
|
||||
) inherits tacker::params {
|
||||
|
||||
include ::tacker::deps
|
||||
include ::tacker::logging
|
||||
|
||||
if $sync_db {
|
||||
include ::tacker::db::sync
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
tacker::logging is now not included in init class by default.
|
@ -10,10 +10,6 @@ describe 'tacker' do
|
||||
}
|
||||
end
|
||||
|
||||
it 'contains the logging class' do
|
||||
is_expected.to contain_class('tacker::logging')
|
||||
end
|
||||
|
||||
it 'contains the deps class' do
|
||||
is_expected.to contain_class('tacker::deps')
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user