Files
SaltStates/ConfManIob.sls

27 lines
946 B
Plaintext

## Script inizio update (copia conf + kill)
#WinUpdStart:
# cmd.script:
# - name: c:/Steamware/src/IobUpdStart.bat
# - source: salt://IobUpdStart.bat
# download ConfigMan.IOB
download-ConfManIOB:
file.managed:
- name: c:/Steamware/ConfMan.IOB/ConfMan.IOB.CApp.exe
- source: https://nexus.steamware.net/repository/utility/ConfMan.IOB/ConfMan.IOB.CApp.exe
- makedirs: True
- source_hash: https://nexus.steamware.net/repository/utility/ConfMan.IOB/ConfMan.IOB.CApp.exe.md5
download-ConfManIOB-yaml:
file.managed:
- name: c:/Steamware/ConfMan.IOB/conf.yaml
- source: https://nexus.steamware.net/repository/utility/ConfMan.IOB/conf.yaml
- makedirs: True
- source_hash: https://nexus.steamware.net/repository/utility/ConfMan.IOB/conf.yaml.md5
## Script fine update (restore conf + lock remove)
#ManUpdStop:
# cmd.script:
# - name: c:/Steamware/src/IobUpdStop.bat
# - source: salt://IobUpdStop.bat