Merge "Dont include logging in init by default"

This commit is contained in:
Zuul 2018-12-29 20:54:21 +00:00 committed by Gerrit Code Review
commit 572a93dc34
3 changed files with 4 additions and 5 deletions

View File

@ -128,7 +128,6 @@ class glare (
include ::glare::params
include ::glare::db
include ::glare::logging
include ::glare::deps
if $sync_db {

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
glare::logging is now not included by default in init class.

View File

@ -21,10 +21,6 @@ describe 'glare' do
is_expected.to contain_class('glare::db')
end
it 'contains the logging class' do
is_expected.to contain_class('glare::logging')
end
it 'installs package' do
is_expected.to contain_package('glare').with(
:ensure => 'present',