vagrant/test/unit/plugins
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
..
commands Fixes #10224: Allow validation of config while ignoring provider 2018-10-30 13:37:22 -07:00
communicators Prevent overly verbose output from SSH communicator 2018-10-19 15:18:03 -07:00
guests Use semicolon over ampersand to separate commands 2018-10-24 15:27:33 -07:00
hosts Extract smblist information based on position 2018-08-30 10:58:56 -07:00
kernel_v2/config Fixes #10224: Allow validation of config while ignoring provider 2018-10-30 13:37:22 -07:00
providers Merge pull request #10311 from briancain/DOCKER-VM-FOLDER-MOUNT 2018-10-24 16:19:41 -07:00
provisioners Merge pull request #10215 from briancain/FIX-SALT-PILLAR 2018-09-20 09:17:32 -07:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Fixes #9591: Allow for 'default' smb_username if set 2018-10-19 13:26:18 -07:00