]> repo.cephalix.eu Git - LibreOffice.git/commitdiff
fixed logging
authorbuildmaster <buildmaster@git.cephalix.eu>
Thu, 29 Nov 2018 09:48:40 +0000 (10:48 +0100)
committerbuildmaster <buildmaster@git.cephalix.eu>
Thu, 29 Nov 2018 09:48:40 +0000 (10:48 +0100)
repo-ng/init.sls

index fbf53300facb3bbd106d0b18325dff5b58d9ca81..2e1ae007c66a33b5dddf794e55d236456a916d0f 100755 (executable)
@@ -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