mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-08 16:15:03 +00:00
fix(drupal): syntax error
This commit is contained in:
parent
88b92924fb
commit
b6b6e86558
|
@ -1,4 +1,4 @@
|
||||||
{% new TemplateFilefor database in database.extra_databases %}
|
{% for database in database.extra_databases %}
|
||||||
CREATE DATABASE {{ database }};
|
CREATE DATABASE {{ database }};
|
||||||
GRANT ALL PRIVILEGES ON {{ database }}.* TO drupal@'%' IDENTIFIED BY 'drupal';
|
GRANT ALL PRIVILEGES ON {{ database }}.* TO drupal@'%' IDENTIFIED BY 'drupal';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue