Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 832 Bytes

File metadata and controls

19 lines (12 loc) · 832 Bytes

Automate a Puppet dev/test environment with Vagrant and Bolt

Create a local dev env by installing VMware Workstation Pro (free for personal use), git, and VSCode, and Vagrant

  1. Install Vagrant VMware Utility:

https://developer.hashicorp.com/vagrant/docs/providers/vmware/vagrant-vmware-utility

  1. Install vagrant manually.
  2. Install vagrant plugins:
  • vagrant plugin install vagrant-hostmanager
  • vagrant plugin install vagrant-vmware-desktop

If Vagrant is installed before VMware or any provider, it will not recognize the VMware provider 1

Footnotes

  1. The common error is: "No usable default provider could be found for your system." Configure the following ENV var in the user scope: VAGRANT_DEFAULT_PROVIDER vmware_desktop Failing to install the plugins listed above after Vagrant, will also cause the same error.