Now that Vagrant 2.3.0, we can drop the exception for the broken 2.2.19 release.
This also removes the platform check and introduces a new vagrant_require_version config setting. This makes it easier to override the version constraint in a local config if need be without changing the Vagrantfile.
Now that Vagrant 2.3.0, we can drop the exception for the broken 2.2.19 release.
This also removes the platform check and introduces a new
vagrant_require_version
config setting. This makes it easier to override the version constraint in a local config if need be without changing theVagrantfile
.