###############################################################################
# SLS: SaltMinion
-# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany.
+# Copyright (c) 2022 Helmuth Varkoly, Nuermberg, Germany.
# All rights reserved.
#
-# Authors: Helmuth Varkoly
+# Authors: Helmuth Varkoly
+# Peter Varkoly
#
# Description: Package SLS
###############################################################################
{% set ARCH = "x86" %}
{% endif %}
-{% set LOG_PATH = 'C:\\salt\\var\\log' %}
-
SaltMinion:
'VERSION':
- full_name: 'TOREPLACE'
- installer: salt://win/repo-ng/SaltMinion/TOREPLACE.exe
+ full_name: 'Salt Minion 3002.2.0 (Python 3)'
{% if ARCH == 'x64' %}
- uninstaller: '%PROGRAMFILES(x86)%\SaltMinion\unins000.exe'
+ installer: salt://win/repo-ng/SaltMinion/Salt-Minion-3002.2-Py3-AMD64-Setup.exe
{% else %}
- uninstaller: '%PROGRAMFILES%\SaltMinion\unins000.exe'
+ installer: salt://win/repo-ng/SaltMinion/Salt-Minion-3002.2-Py3-x86-Setup.exe
{% endif %}
- install_flags: '/verysilent /norestart /LOG="{{ LOG_PATH }}_inst.log"'
- uninstall_flags: '/verysilent /SUPPRESSMSGBOXES /NORESTART /LOG="{{ LOG_PATH }}_uninst.log"'
+ install_flags: '/S'
locale: de_DE
msiexec: False
reboot: False