mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 19:35:33 +01:00
Move Drupal templates into the PHP directory
This commit is contained in:
parent
30942b2d95
commit
f602b6e1e6
17 changed files with 16 additions and 16 deletions
5
templates/php/drupal/extra-databases.sql.twig
Normal file
5
templates/php/drupal/extra-databases.sql.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% for database in database.extra_databases %}
|
||||
CREATE DATABASE {{ database }};
|
||||
GRANT ALL PRIVILEGES ON {{ database }}.* TO drupal@'%' IDENTIFIED BY 'drupal';
|
||||
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue