vagrant/lib/vagrant/config
Brian Cain 6051f3598e
Fixes #10224: Allow validation of config while ignoring provider
This commit adds a new flag to the `vagrant validate` command which
allows users to completely ignore the provider block of a config file.
This is useful for when you are running `vagrant validate` in CI and
don't want to install a valid provider to check the syntax of your
Vagratnfile. When the flag is invoked, a warning will be displayed
saying that the provider block will be ignored and not validated.
2018-10-30 13:37:22 -07:00
..
v1 Use .key? instead of .has_key? 2015-01-05 18:29:01 -05:00
v2 Fixes #10224: Allow validation of config while ignoring provider 2018-10-30 13:37:22 -07:00
loader.rb (#9055) Print more helpful error message for NameEror exceptions 2017-12-14 15:31:48 -08:00
v1.rb Unknown keys return a DummyConfig rather than OpenStruct 2013-02-28 00:16:43 -08:00
v2.rb V2 missing key returns a DummyConfig as well 2013-02-28 00:17:58 -08:00
version_base.rb Spelling fixes 2018-03-14 14:41:04 +00:00