From 427ab3d2707ead2c31b0427719174ba29362714e Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 29 Nov 2018 10:10:09 +0100 Subject: [PATCH] fixed logpath --- repo-ng/init.sls | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/repo-ng/init.sls b/repo-ng/init.sls index ba17bad..f07e78e 100755 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -7,7 +7,9 @@ # # Description: SLS for installation ############################################################################### -{% set LOG_PATH = salt['grains.get']('SALT_TMP_LOG') %} + +{% set LOG_PATH = 'C:\\salt\\var\\log' %} + AdobeFlashPlayerNPAPI: '24.0.0.194': installer: salt://win/repo-ng/AdobeFlashPlayerNPAPI/install_flash_player_24_plugin.msi -- 2.43.0