From 372540a1dd6d743b82021ae855900defd4fb25a5 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 29 Nov 2018 10:48:40 +0100 Subject: [PATCH] fixed logging --- repo-ng/init.sls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repo-ng/init.sls b/repo-ng/init.sls index fbf5330..2e1ae00 100755 --- 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' %} LibreOffice: '5.2.7.2': @@ -26,8 +26,8 @@ LibreOffice: uninstaller: salt://win/repo-ng/LibreOffice/LibreOffice_5.2.7_Win_x86.msi {% endif %} full_name: 'LibreOffice 5.2.7.2' - install_flags: '/quiet /log "{{ LOG_PATH }}LibreOffice_inst.log"' - uninstall_flags: '/quiet /log "{{ LOG_PATH }}LibreOffice_uninst.log"' + install_flags: '/quiet /log "{{ LOG_PATH }}\LibreOffice_inst.log"' + uninstall_flags: '/quiet /log "{{ LOG_PATH }}\LibreOffice_uninst.log"' msiexec: True locale: de_DE reboot: False -- 2.43.0