added openrobertaconnector
This commit is contained in:
parent
ad58cd485d
commit
a23934ea3e
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
||||
/win
|
||||
/win/repo
|
||||
/win/repo-ng/salt-winrepo-ng
|
||||
|
||||
|
4
pcs.sls
4
pcs.sls
@ -21,3 +21,7 @@ git:
|
||||
python3_x64:
|
||||
pkg:
|
||||
- latest
|
||||
|
||||
openrobertaconnector:
|
||||
pkg:
|
||||
- latest
|
||||
|
17
win/repo-ng/openrobertaconnector/init.sls
Normal file
17
win/repo-ng/openrobertaconnector/init.sls
Normal file
@ -0,0 +1,17 @@
|
||||
openrobertaconnector:
|
||||
{% set source_path = 'https://github.com/OpenRoberta/openroberta-connector/releases/download/v' %}
|
||||
|
||||
{%- load_yaml as versions %}
|
||||
- '1.7.0'
|
||||
{%- endload %}
|
||||
{%- for version in versions %}
|
||||
'{{version}}':
|
||||
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'
|
||||
uninstall_flags: '/qn /norestart'
|
||||
msiexec: True
|
||||
locale: de_DE
|
||||
reboot: False
|
||||
{%- endfor %}
|
Loading…
Reference in New Issue
Block a user