Skip to content

Commit bdd347d

Browse files
authored
Merge pull request #1931 from twangboy/update_salt_minion
Update url for salt packages
2 parents 0cbbc5e + 7ebf7cb commit bdd347d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

salt-minion-py3.sls

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ salt-minion-py3:
1818
'{{ version }}':
1919
full_name: 'Salt Minion {{ version }} (Python 3)'
2020
{% if grains['cpuarch'] == 'AMD64' %}
21-
installer: 'https://repo.saltstack.com/windows/Salt-Minion-{{ version }}-Py3-AMD64-Setup.exe'
21+
installer: 'https://repo.saltproject.io/windows/Salt-Minion-{{ version }}-Py3-AMD64-Setup.exe'
2222
{% else %}
23-
installer: 'https://repo.saltstack.com/windows/Salt-Minion-{{ version }}-Py3-x86-Setup.exe'
23+
installer: 'https://repo.saltproject.io/windows/Salt-Minion-{{ version }}-Py3-x86-Setup.exe'
2424
{% endif %}
2525
{% raw %}
2626
# install_flags: "/S /master={{ salt['pillar.get']('salt:master', 'salt.domain.tld') }} /minion-id={{ salt['pillar.get']('salt:minion:ids:' ~ grains['host'] }}"
@@ -41,9 +41,9 @@ salt-minion-py3:
4141
'{{ version }}':
4242
full_name: 'Salt Minion {{ version }} (Python 3)'
4343
{% if grains['cpuarch'] == 'AMD64' %}
44-
installer: 'https://repo.saltstack.com/windows/Salt-Minion-{{ version }}-Py3-AMD64-Setup.exe'
44+
installer: 'https://repo.saltproject.io/windows/Salt-Minion-{{ version }}-Py3-AMD64-Setup.exe'
4545
{% else %}
46-
installer: 'https://repo.saltstack.com/windows/Salt-Minion-{{ version }}-Py3-x86-Setup.exe'
46+
installer: 'https://repo.saltproject.io/windows/Salt-Minion-{{ version }}-Py3-x86-Setup.exe'
4747
{% endif %}
4848
{% raw %}
4949
# install_flags: "/S /master={{ salt['pillar.get']('salt:master', 'salt.domain.tld') }} /minion-id={{ salt['pillar.get']('salt:minion:ids:' ~ grains['host'] }}"
@@ -69,6 +69,7 @@ salt-minion-py3:
6969
'3004-3',
7070
'3004-2',
7171
'3004',
72+
]
7273
%}
7374
'{{ version }}':
7475
skip_urltest: True

0 commit comments

Comments
 (0)