Merge pull request #4379 from s7726/master

Update Windows Salt provisioner version
This commit is contained in:
Mitchell Hashimoto 2014-08-29 09:51:24 -07:00
commit b842a3ed62
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Salt version to install
$version = '2014.1.4'
$version = '2014.1.10'
# Create C:\tmp\ - if Vagrant doesn't upload keys and/or config it might not exist
New-Item C:\tmp\ -ItemType directory | out-null