Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/vagrant-spec/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ VAGRANT_SPEC_ARGS="--component cli" VAGRANT_CLOUD_TOKEN=REAL_TOKEN_HERE VAGRANT_
### About Vagrantfile.spec

This Vagrantfile expects the box used to end in a specific "platform", so that it can associate
a provision script with the correct plaform. Because some boxes might not end in
a provision script with the correct platform. Because some boxes might not end in
their platform (like `hashicorp-vagrant/ubuntu-16.04` versus `hashicorp/bionic64`),
there is a hash defined called `PLATFORM_SCRIPT_MAPPING` that will tell vagrant
which platform script to provision with rather than relying on the box ending with
Expand Down