From 2989a986ba57876580d470ee16c605eaaa5627d3 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 29 Nov 2018 10:32:33 +0100 Subject: [PATCH] fixed logging --- repo-ng/init.sls | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 51f6714..078cdf0 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -13,6 +13,7 @@ {% set ARCH = "x86" %} {% endif %} +{% set LOG_PATH = 'C:\\salt\\var\\log' %} DynaGeo: latest: @@ -23,8 +24,8 @@ DynaGeo: {% else %} uninstaller: 'C:\Program Files\DynaGeo\unins000.exe' {% endif %} - install_flags: '/VERYSILENT /log="C:\\salt\\var\log\dyna_inst.log"' - uninstall_flags: '/VERYSILENT' + install_flags: '/VERYSILENT /log="{{ LOG_PATH }}\DynaGeo_inst.log"' + uninstall_flags: '/VERYSILENT /log="{{ LOG_PATH }}\DynaGeo_uninst.log"' msiexec: False locale: de_DE reboot: False -- 2.43.0