Skip to content

Commit

Permalink
Fixing the missing v on the bootstrap options
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Benassi committed Dec 11, 2018
1 parent 63a75b3 commit 20f23f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kitchen.yml
Expand Up @@ -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
Expand Down

0 comments on commit 20f23f5

Please sign in to comment.