Fixing missing v on the bootstrap options for kitchen

This commit is contained in:
Brett Benassi 2018-12-11 10:29:01 -07:00
parent 241741a6d0
commit 5d884d3d29
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