mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +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 }}
|
||||
{% if grains['os'] in ['Ubuntu', 'Debian'] %}
|
||||
- debconf: salt://mysql/files/mysql.deb.set
|
||||
{%- endif -%}
|
||||
{% endif %}
|
||||
service:
|
||||
- running
|
||||
- name: {{ mysql.service }}
|
||||
|
|
Loading…
Add table
Reference in a new issue