Switch back to the upstream nginx cookbook

chef_nginx is deprecated
This commit is contained in:
Greg Karékinian
2019-03-14 10:35:11 +01:00
parent e20ad9e6f9
commit fc265014de
122 changed files with 565 additions and 617 deletions

View File

@@ -64,5 +64,6 @@ mysql_database_user db["user"] do
connection mysql_connection_info
database_name db["name"]
privileges [:all]
password db["pass"]
action :grant
end