Home › Forums › Development Tools › Vagrant › Reply To: Vagrant
To not have to enter a password when using Vagrant up and the vagrant-hostsupdater plugin.
Vagrant up
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.