Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace expired vmware_workstation provider and add other providers to default-config.yml #2091

Merged
merged 4 commits into from Mar 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,7 @@ permalink: /docs/en-US/changelog/
* Improvements to the ruby code in the vagrant file
* Improved the log folder names from `20200225-182126` to `2020.02.25-18-21-26`
* Added a `switch_php_debugmod` to replace the `xdebug_on` `tideways_off` style scripts
* Improved the provider examples in `default-config.yml`

### Bug Fixes

Expand Down
5 changes: 4 additions & 1 deletion config/default-config.yml
Expand Up @@ -123,7 +123,10 @@ vm_config:
# Due to a limitation within Vagrant, the specified provider is only respected on a clean `vagrant up`
# as Vagrant currently restricts you to one provider per machine
# https://www.vagrantup.com/docs/providers/basic_usage.html#vagrant-up
# provider: vmware_workstation
# provider: virtualbox
# provider: hyperv
# provider: parallels
# provider: vmware_desktop

# General VVV options
general:
Expand Down