MySQL Module - Fix password file formatting

This commit is contained in:
Mike Reeves
2018-12-05 15:12:53 -05:00
parent c5dfe32c55
commit b22b10926d

View File

@@ -1,2 +1,2 @@
{%- set MYSQLPASS = salt['pillar.get']('master:mysqlpass', 'iwonttellyou') %}
{%- set MYSQLPASS = salt['pillar.get']('master:mysqlpass', 'iwonttellyou') -%}
{{ MYSQLPASS }}