0382909dbb
The original purpose for having an abstract like 'database' rather than the service name of 'mariadb' has been change. Our direction is different and this patch reflects consistent naming throughout Change-Id: I704896191cc5243f9dab2a4cca9120e9dc2ceb2c Closes-Bug: #1478328
10 lines
295 B
YAML
10 lines
295 B
YAML
---
|
|
- include: ../../config.yml
|
|
vars:
|
|
service_name: "mariadb"
|
|
config_source:
|
|
- "roles/mariadb/templates/galera.cnf.j2"
|
|
config_template_dest:
|
|
- "{{ node_templates_directory }}/mariadb/galera.cnf_minimal"
|
|
config_dest: "{{ node_config_directory }}/mariadb/galera.cnf"
|