Dont include logging in init by default

Change-Id: I862232e4d24a879990bff6626458a4b7a4f72351
This commit is contained in:
Tobias Urdin 2018-11-29 10:22:30 +01:00
parent f67462cce2
commit 425b50e4d0
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',