Last Updated: February 25, 2016
·
1.08K
· pretzelmaker

Vagrant for the meek

Ever need to install RVM, install some gems, update/create your dbs without using sudo during your vagrant up process? Thanks to Vagrant Issue #1753 there is now the option to add ruby :privileged => "false" to your provisioning scripts.

This is ideal for avoiding those pesky sudo moments that cause heartburn in your box operation.