mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 17:50:27 +00:00
Fix unbalanced if/endif
Commit 89985f7485
added a {% if ... %}
without the closing {% endif %} which leads to a Jinja syntax error.
This commit adds the missing {% endif %}
This commit is contained in:
parent
b38e983bf0
commit
134130025f
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ mysql_password_debconf:
|
|||
- pkg: {{ mysql.server }}
|
||||
- require:
|
||||
- pkg: mysql_debconf_utils
|
||||
{% endif %}
|
||||
|
||||
{% elif os_family in ['RedHat', 'Suse', 'FreeBSD'] %}
|
||||
mysql_root_password:
|
||||
|
|
Loading…
Add table
Reference in a new issue