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

index af3200f2d3041f1df0d323b10294de5ff6a73e57..d67ced112d199cbc1392e602080ec7f0b7eb9a95 100644 (file)
@@ -13,7 +13,7 @@
 {% set ARCH = "x86" %}
 {% endif %}
 
-{% set LOG_PATH = salt['grains.get']('SALT_TMP_LOG') %}
+{% set LOG_PATH = 'C:\\salt\\var\\log' %}
 
 Inkscape:
   '0.92.3.0':
@@ -25,8 +25,8 @@ Inkscape:
     installer: salt://win/repo-ng/Inkscape/inkscape-0.92.3-x86.msi
     uninstaller: salt://win/repo-ng/Inkscape/inkscape-0.92.3-x86.msi
     {% endif %}
-    install_flags: '/qn'
-    uninstall_flags: '/qn'
+    install_flags: '/qn /log "{{ LOG_PATH }}\Inkscape_inst.log"'
+    uninstall_flags: '/qn /log "{{ LOG_PATH }}\Inkscape_uninst.log"'
     msiexec: True
     locale: de_DE
     reboot: False