From 4d35451f8cfee1f7778f5a9af3ca222893f8c3b2 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 29 Nov 2018 11:10:06 +0100 Subject: [PATCH] Remove deprecated logging Change-Id: Ieeff7fa6726f9398383d93ab50f8e864a3f9d8c5 --- manifests/init.pp | 1 - .../notes/dont-include-logging-init-3437e0fc82830787.yaml | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/dont-include-logging-init-3437e0fc82830787.yaml diff --git a/manifests/init.pp b/manifests/init.pp index eb06425..f1fb85b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -88,7 +88,6 @@ class zaqar( $purge_config = false, ) inherits zaqar::params { - include ::zaqar::logging include ::zaqar::deps resources { 'zaqar_config': diff --git a/releasenotes/notes/dont-include-logging-init-3437e0fc82830787.yaml b/releasenotes/notes/dont-include-logging-init-3437e0fc82830787.yaml new file mode 100644 index 0000000..675bdfe --- /dev/null +++ b/releasenotes/notes/dont-include-logging-init-3437e0fc82830787.yaml @@ -0,0 +1,4 @@ +--- +upgrade: + - | + zaqar::logging is now not included in init class by default.