Skip to main content

Reply To: Vagrant

Home Forums Development Tools Vagrant Reply To: Vagrant

#3244

Layer7web
Keymaster

To not have to enter a password when using Vagrant up and the vagrant-hostsupdater plugin.

Change the permissions using this on a Mac:

sudo chmod +a "$USER allow write,append" /etc/hosts

This was needed when Jenkins was running. It would hang on this otherwise.