From 902bcf1097567c818ec33663a60bc54f1787e458 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 29 Nov 2018 10:11:35 +0100 Subject: [PATCH] fixed log path --- 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 6c416d9..1b67c60 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -14,7 +14,7 @@ {% set ARCH = "x86" %} {% endif %} -{% set LOG_PATH = salt['grains.get']('SALT_TMP_LOG') %} +{% set LOG_PATH = 'C:\\salt\\var\\log' %} Amaya: '11.4.7': -- 2.43.0