refactor(drupal): reorganise templates

This commit is contained in:
Oliver Davies 2023-09-24 22:54:30 +01:00
parent b7beba70e8
commit c9faf7bda3
13 changed files with 339 additions and 16 deletions

View file

@ -0,0 +1,5 @@
{% new TemplateFilefor database in database.extra_databases %}
CREATE DATABASE {{ database }};
GRANT ALL PRIVILEGES ON {{ database }}.* TO drupal@'%' IDENTIFIED BY 'drupal';
{% endfor %}