MySQL Module - fix password designation

This commit is contained in:
Mike Reeves
2018-12-11 11:32:37 -05:00
parent 8c1a7b3e0c
commit a54a5ede8c

View File

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