Adding git 'v' to the bootstrap options

This commit is contained in:
Brett Benassi 2018-12-11 10:24:44 -07:00
parent 9b6b39ce49
commit 48fc01fb13
No known key found for this signature in database
GPG key ID: 7056CA43F36FDA8C

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 git <%= version %>
salt_bootstrap_options: -X -p rsync git v<%= version %>
log_level: info
sudo: true
require_chef: false