Compare commits

..

No commits in common. "db9c16057e60d8643bab2e3eb022aa5d3d9bb1a2" and "0617caea6b811e3d11b34ee1d1a87968dffc5dc1" have entirely different histories.

4 changed files with 4 additions and 22 deletions

View File

@ -1,6 +1,5 @@
salt-run winrepo.update_git_repos
salt -G 'os:windows' pkg.refresh_db
salt '*' state.apply
#salt '*' pkg.install 'firefox_x64'

14
pcs.sls
View File

@ -22,14 +22,6 @@ python3_x64:
pkg:
- latest
adoptium_jre:
pkg:
- latest
openrobertaconnector:
pkg:
- latest
7zip:
pkg:
- latest
#openrobertaconnector:
# pkg:
# - latest

View File

@ -1,9 +0,0 @@
adoptium_jre:
'11.0.26.4':
full_name: 'Eclipse Temurin JRE mit Hotspot 11.0.26+4 (x64)'
installer: 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.26%2B4/OpenJDK11U-jre_x64_windows_hotspot_11.0.26_4.msi'
install_flags: '/qn /norestart ADDLOCAL=ALL'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False

View File

@ -6,7 +6,7 @@ openrobertaconnector:
{%- endload %}
{%- for version in versions %}
'{{version}}':
full_name: 'Open Roberta Connector'
full_name: 'Open Roberta Connector {{version}}'
installer: '{{ source_path }}{{version}}/OpenRobertaConnectorSetupDE-v{{version}}.msi'
uninstaller: '{{ source_path }}{{version}}/OpenRobertaConnectorSetupDE-v{{version}}.msi'
install_flags: '/qn /norestart'