Bad quoting in server.sls

This commit is contained in:
Chad Heuschober 2014-07-01 15:39:57 -04:00
parent 378508f887
commit 4d47c4c588

View file

@ -13,7 +13,7 @@ mysql_missing_root_password:
- result: False
- comment: 'MySQL pillar is missing root password data. A random password will be used.'
{% set mysql_root_password = salt['test.rand_str](64) %}
{% set mysql_root_password = salt['test.rand_str'](64) %}
{% endif %}
{% if os in ['Ubuntu', 'Debian'] %}