Merge pull request #50816 from dubb-b/2017.7

Pinning bootstrap to the tagged version of salt.
This commit is contained in:
Gareth J. Greenaway 2018-12-11 09:20:01 -08:00 committed by GitHub
commit 32dfabab50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ provisioner:
salt_install: bootstrap
salt_version: latest
salt_bootstrap_url: https://bootstrap.saltstack.com
salt_bootstrap_options: -X -p rsync stable <%= version %>
salt_bootstrap_options: -X -p rsync git v<%= version %>
log_level: info
sudo: true
require_chef: false