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

index 51f6714d18a2ebfcd64c24feaf480fdfeae30c98..078cdf0a07670b3b83bfd6c6fdd850c7b5e7c948 100644 (file)
@@ -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