]> repo.cephalix.eu Git - OssLogon.git/commitdiff
update v2.3 - fixed init.sls
authorhelmuth varkoly <helmuth@varkoly.de>
Tue, 26 Feb 2019 12:53:09 +0000 (13:53 +0100)
committerhelmuth varkoly <helmuth@varkoly.de>
Tue, 26 Feb 2019 12:53:09 +0000 (13:53 +0100)
VERSION
repo-ng/OssLogonSetup.msi
repo-ng/init.sls

diff --git a/VERSION b/VERSION
index cd5ac039d67e0bdadb17976e4ac39f0ffe6bb6e4..bb576dbde10fdad22759c170d482813d5e873c1e 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0
+2.3
index dbef44eb5f361b363e3c71cf0fc51d3dfdbd0062..39e157b8073767ea7b2565e3562d30c69c4033dc 100755 (executable)
Binary files a/repo-ng/OssLogonSetup.msi and b/repo-ng/OssLogonSetup.msi differ
index 9a55b323b8d83689fe9306f97bb4770b95b99d29..b752cb54906e3e7e9b09a1c72bf7051ad6849919 100644 (file)
 {% 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