This commit is contained in:
Nicolas Quiniou-Briand 2020-01-28 00:25:20 +01:00 committed by GitHub
commit 9f85cc492d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -52,6 +52,17 @@ The remainder of the available options are optional:
the script. Vagrant will handle quoting for environment variable values, but
the keys remain untouched.
Example:
```ruby
s.env = {
PERL_TESTS: "ENV['PERL_TESTS'] || yes",
GOLANG_TESTS: "ENV['GOLANG_TESTS'] || yes"
}
```
This syntax allow you to redefine environment variables on command line when
running Vagrant: `PERL_TESTS=no vagrant up`.
* `keep_color` (boolean) - Vagrant automatically colors output in green and
red depending on whether the output is from stdout or stderr. If this is
true, Vagrant will not do this, allowing the native colors from the script