From: helmuth varkoly Date: Tue, 26 Feb 2019 12:53:09 +0000 (+0100) Subject: update v2.3 - fixed init.sls X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=d879727f7f482e304040384d8662c03c5a023345;p=OssLogon.git update v2.3 - fixed init.sls --- diff --git a/VERSION b/VERSION index cd5ac03..bb576db 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0 +2.3 diff --git a/repo-ng/OssLogonSetup.msi b/repo-ng/OssLogonSetup.msi index dbef44e..39e157b 100755 Binary files a/repo-ng/OssLogonSetup.msi and b/repo-ng/OssLogonSetup.msi differ diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 9a55b32..b752cb5 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -12,12 +12,12 @@ {% set LOG_PATH = 'C:\\salt\\var\\log' %} OssLogon: - '2.0': - installer: salt://win/repo-ng/OssLogon/OssLogonsetup.msi + '2.3': + installer: salt://win/repo-ng/OssLogon/OssLogonSetup.msi full_name: 'OssLogon' - uninstaller: salt://win/repo-ng/OssLogon/OssLogonsetup.msi - install_flags: '/quiet /log "{{ LOG_PATH }}LibreOffice_inst.log"' - uninstall_flags: '/quiet /log "{{ LOG_PATH }}LibreOffice_uninst.log"' + uninstaller: salt://win/repo-ng/OssLogon/OssLogonSetup.msi + install_flags: '/quiet /log "{{ LOG_PATH }}OssLogon_inst.log"' + uninstall_flags: '/quiet /log "{{ LOG_PATH }}OssLogon_uninst.log"' msiexec: True locale: de_DE reboot: False