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:
Christian Boltz 2018-04-25 20:45:31 +02:00
parent b38e983bf0
commit 134130025f
No known key found for this signature in database
GPG key ID: C6A682EA63C82F1C

View file

@ -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: