Dont include logging in init by default

Change-Id: I73169ecc103d9352306690e5fc945262907fc0ef
This commit is contained in:
Tobias Urdin 2018-11-29 09:55:04 +01:00
parent bd2f247255
commit 18d99b572b
3 changed files with 4 additions and 2 deletions

View File

@ -291,7 +291,6 @@ class barbican::api (
include ::barbican::deps
include ::barbican::db
include ::barbican::api::logging
include ::barbican::client
include ::barbican::policy

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
barbican::api::logging is now not included by default in barbican::api

View File

@ -126,7 +126,6 @@ describe 'barbican::api' do
end
it { is_expected.to contain_class('barbican::deps') }
it { is_expected.to contain_class('barbican::api::logging') }
it { is_expected.to contain_class('barbican::db') }
it { is_expected.to contain_class('barbican::policy') }