From 9dd0d769cadb76a365f9dcef36f49ca4e9a68bcf Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Thu, 3 Aug 2017 14:39:26 +0200 Subject: [PATCH] Include logging by default For the logging settings to work by default, we need to include the module in init. Change-Id: Iac2510028ec3499d2b21645b83cbb0e322ec4e2b --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index f1fb85b..eb06425 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -88,6 +88,7 @@ class zaqar( $purge_config = false, ) inherits zaqar::params { + include ::zaqar::logging include ::zaqar::deps resources { 'zaqar_config':