-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
digital ocean box has no user "vagrant" #438
Comments
Hello, I can confirm you that it's the same for apache :-) I'm no expert, so maybe it's just a bug in the provider :-D |
My temporal solution was adding the user without home directory and restart the nginx / php services sudo useradd --no-create-home vagrant |
Looks like we can use "provider.setup" options - check it out on the readme: https://github.com/smdahlen/vagrant-digitalocean
|
* commit '08808a37f01122d9a00cb6be8a6610dfd8abfec7': potential fix for fideloper#438, telling DO to get user "vagrant" created on provision
User "vagrant" assumes in PHP-FPM config (nginx/apache as well?) for run-as user. Digital Ocean provider does not have user "vagrant" (which is sorta weird given Vagrant's conventions?)
The text was updated successfully, but these errors were encountered: