Skip to content

Commit

Permalink
Fix yamlint warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jan 18, 2021
1 parent 9ca3938 commit f5afa3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/kitchen.vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# All the options for kitchen-vagrant enumerated and annotated
# options are illustrated where they most commonly would be set
driver:
name: vagrant # test-kitchen default
name: vagrant

# If not set, check for the environment variable `VAGRANT_DEFAULT_PROVIDER`
# If that is unset, default to `virtualbox`
Expand Down Expand Up @@ -115,8 +115,8 @@ platforms:
suites:
- name: default
driver:
# If Windows, this is nil otherwise it's set to
# "#{driver.instance.name}.vagrantup.com"
# vm_hostname: "custom.tld"
# If Windows, this is nil otherwise it's set to
# "#{driver.instance.name}.vagrantup.com"
# vm_hostname: "custom.tld"
run_list:
- recipe[cookbook::default]

0 comments on commit f5afa3f

Please sign in to comment.