Fleet Module - fix assignment of MYSQLPASS

This commit is contained in:
Mike Reeves
2018-12-06 11:19:44 -05:00
parent 4e28feb084
commit bcd7773ace

View File

@@ -1,3 +1,4 @@
{%- set MYSQLPASS = salt['pillar.get']('master:mysqlpass', 'iwonttellyou') %}
{%- set FLEETPASS = salt['pillar.get']('master:fleetpass', 'bazinga') -%}
{%- set MASTERIP = salt['pillar.get']('static:masterip', '') -%}