mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 09:40:26 +00:00
jinja errors
The {%- caused a spacing error between debconf and service.
This commit is contained in:
parent
4645025037
commit
af0ce12ceb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ mysqld:
|
||||||
- name: {{ mysql.server }}
|
- name: {{ mysql.server }}
|
||||||
{% if grains['os'] in ['Ubuntu', 'Debian'] %}
|
{% if grains['os'] in ['Ubuntu', 'Debian'] %}
|
||||||
- debconf: salt://mysql/files/mysql.deb.set
|
- debconf: salt://mysql/files/mysql.deb.set
|
||||||
{%- endif -%}
|
{% endif %}
|
||||||
service:
|
service:
|
||||||
- running
|
- running
|
||||||
- name: {{ mysql.service }}
|
- name: {{ mysql.service }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue