From 9c930e2e824df1fc563bea598f0d759484704517 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 29 Nov 2018 10:35:02 +0100 Subject: [PATCH] fixed logging => no logging possible --- repo-ng/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 207c288..547ca71 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -6,6 +6,7 @@ # Authors: Helmuth Varkoly # # Description: Package SLS +# Note: No logging ############################################################################### {% if grains['cpuarch'] == 'AMD64' %} {% set ARCH = "x64" %} @@ -13,7 +14,6 @@ {% set ARCH = "x86" %} {% endif %} -{% set LOG_PATH = salt['grains.get']('SALT_TMP_LOG') %} FileZilla: '3.36.0': -- 2.43.0