mcandre / packer-templates

Configurations for generating Vagrant base boxes
66 stars 14 forks source link

Configure hypervisors #342

Open mcandre opened 5 years ago

mcandre commented 5 years ago

Set VAGRANT_DEFAULT_PROVIDER environment variable in Vagrantfile's, and possibly in export.Vagrantfiles in downstream boxes as well, in order to reduce the need for users to explicitly provide the hypervisor name at runtime.

This is less important for virtualbox guests, as that hypervisor is currently the default. But we might as well set this configuration for all boxes, for consistency.