# Description: SLS for installation
###############################################################################
-{% set LOG_PATH = salt['grains.get']('SALT_TMP_LOG') %}
+{% set LOG_PATH = 'C:\\salt\\var\\log' %}
+
MozillaFirefox:
- '54.0.0.0':
+ '61.0.2.0':
full_name: 'Mozilla Firefox (de)'
- installer: salt://win/repo-ng/MozillaFirefox/Firefox-54.0-de.msi
+ installer: salt://win/repo-ng/MozillaFirefox/Firefox-61.0.2-de.msi
install_flags: '/qn /norestart /l* {{ LOG_PATH }}\MozillaFirefox_inst.log'
- uninstaller: salt://win/repo-ng/MozillaFirefox/Firefox-54.0-de.msi
+ uninstaller: salt://win/repo-ng/MozillaFirefox/Firefox-61.0.2-de.msi
uninstall_flags: '/qn /norestart /l* {{ LOG_PATH }}\MozillaFirefox_uninst.log'
msiexec: True
locale: de_DE