mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Change to https as default
This commit is contained in:
parent
f5e8919844
commit
22d68ff496
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
Name or IP of the master server. Installer defaults to "salt".
|
||||
|
||||
.PARAMETER repourl
|
||||
URL to the windows packages. Default is "http://repo.saltstack.com/windows"
|
||||
URL to the windows packages. Default is "https://repo.saltstack.com/windows"
|
||||
|
||||
.NOTES
|
||||
All of the parameters are optional. The default should be the latest
|
||||
|
@ -80,7 +80,7 @@ Param(
|
|||
[string]$master = "not-specified",
|
||||
|
||||
[Parameter(Mandatory=$false,ValueFromPipeline=$true)]
|
||||
[string]$repourl= "http://repo.saltstack.com/windows"
|
||||
[string]$repourl= "https://repo.saltstack.com/windows"
|
||||
)
|
||||
|
||||
#===============================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue