Files
SaltStates/developWin.sls
T

36 lines
1.0 KiB
Plaintext

git:
chocolatey:
- installed
- name: git.install
- source: https://nexus.steamware.net/repository/choco-proxy/
vscode:
chocolatey:
- installed
- name: vscode
- source: https://nexus.steamware.net/repository/choco-proxy/
tailblazer:
chocolatey:
- installed
- name: tailblazer
- source: https://nexus.steamware.net/repository/choco-proxy/
#snaketail:
# chocolatey:
# - installed
# - name: snaketail
# - source: https://nexus.steamware.net/repository/choco-proxy/
#redis-desk-man:
# chocolatey:
# - installed
# - name: redis-desktop-manager
# - source: https://nexus.steamware.net/repository/choco-proxy/
download-Redis:
file.managed:
- name: c:/Steamware/src/Redis-x64-5.0.14.msi
- source: http://nexus.steamware.net/repository/utility/Redis/Redis-x64-5.0.14.msi
- makedirs: True
- source_hash: http://nexus.steamware.net/repository/utility/Redis/Redis-x64-5.0.14.msi.md5
install-Redis-dev:
cmd.run:
- name: "msiexec.exe /i c:\\Steamware\\src\\Redis-x64-5.0.14.msi /qn /norestart"