Merge "Dont include logging in init by default"

This commit is contained in:
Zuul 2018-12-12 01:41:48 +00:00 committed by Gerrit Code Review
commit 03863f4185
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') }