mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
new URL for windows salt downloads
the old site stil exists, and looks almost up to date but am pretty sure all the really up to date and relevant stuff is (or should be!) now at https://repo.saltstack.com/windows/ I am also chanigng this from http to https, hope this has not undesireable side-effects? Shouldn't the old docs.saltstack.com/windows directory be removed now?
This commit is contained in:
parent
b45d0b2a21
commit
8d2c042cf7
1 changed files with 2 additions and 2 deletions
|
@ -675,7 +675,7 @@ def bootstrap_psexec(hosts='', master=None, version=None, arch='win32',
|
|||
|
||||
installer_url
|
||||
URL of minion installer executable. Defaults to the latest version from
|
||||
http://docs.saltstack.com/downloads
|
||||
https://repo.saltstack.com/windows/
|
||||
|
||||
username
|
||||
Optional user name for login on remote computer.
|
||||
|
@ -694,7 +694,7 @@ def bootstrap_psexec(hosts='', master=None, version=None, arch='win32',
|
|||
'''
|
||||
|
||||
if not installer_url:
|
||||
base_url = 'http://docs.saltstack.com/downloads/'
|
||||
base_url = 'https://repo.saltstack.com/windows/'
|
||||
source = _urlopen(base_url).read()
|
||||
salty_rx = re.compile('>(Salt-Minion-(.+?)-(.+)-Setup.exe)</a></td><td align="right">(.*?)\\s*<')
|
||||
source_list = sorted([[path, ver, plat, time.strptime(date, "%d-%b-%Y %H:%M")]
|
||||
|
|
Loading…
Add table
Reference in a new issue