Home › Forums › Development Tools › Vagrant › Reply To: Vagrant
May 30, 2018 at 4:01 pm
#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.