We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cat /etc/group | grep sites on rep1, no result.
cat /etc/group | grep sites
But the cap file for this environment references sites as a webserver group, e.g, currently it has the following user and group:
sites
set :webserver_group, "sites" set :webserver_user, "www-data"
This needs to be updated to either create the group on the machines, or use an alternative one in the env files.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cat /etc/group | grep sites
on rep1, no result.But the cap file for this environment references
sites
as a webserver group, e.g, currently it has the following user and group:This needs to be updated to either create the group on the machines, or use an alternative one in the env files.
The text was updated successfully, but these errors were encountered: