Skip to content

Instantly share code, notes, and snippets.

@tareiking
Created January 30, 2015 04:38
Show Gist options
  • Save tareiking/fc1da7797ea776e13d99 to your computer and use it in GitHub Desktop.
Save tareiking/fc1da7797ea776e13d99 to your computer and use it in GitHub Desktop.
Force vagrant provision to start again
## If getting weird provisioning errors with chassis, you can remove the preprovision.sh file to force a completely fresh provision
vagrant ssh
rm /etc/chassis-updated
exit
vagrant provision
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment