mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Bump Salt version to latest stable in PS bootstrap script for Windows
This commit is contained in:
parent
6cec212244
commit
9247c942b2
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Param(
|
|||
[Parameter(Mandatory=$false,ValueFromPipeline=$true)]
|
||||
# Doesn't support versions prior to "YYYY.M.R-B"
|
||||
[ValidatePattern('^(201[0-9]\.[0-9]\.[0-9](\-\d{1})?)$')]
|
||||
[string]$version = "2015.8.3",
|
||||
[string]$version = "2015.8.8-2",
|
||||
|
||||
[Parameter(Mandatory=$false,ValueFromPipeline=$true)]
|
||||
[ValidateSet("true","false")]
|
||||
|
|
Loading…
Add table
Reference in a new issue