Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

2.3.0

Compare
Choose a tag to compare
@becw becw released this 28 Nov 23:34
· 48 commits to develop since this release

Changed

  • The template Vagrantfile was changed to allow downloading roles from Ansible Galaxy

Added

  • Provisioning now installs nvm, using the leanbit.nvm role from Ansible Galaxy

Updating to 2.3.0

  1. Updating to this version requires updates to your project's Vagrantfile:
  2. Re-run the-vagrant's installer with vendor/bin/the-vagrant-installer to get the latest version; this will overwrite any customizations you've made.
  3. - OR - Add the changes to the Vagrantfile shown in PR #56 (the current default Node version is 8)
  4. Re-run the provisioning with vagrant reload --provision; this will add nvm to your existing box.

This update does not require destroying your current vagrant box.