mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 01:30:25 +00:00
Bad quoting in server.sls
This commit is contained in:
parent
378508f887
commit
4d47c4c588
1 changed files with 1 additions and 1 deletions
|
@ -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'] %}
|
||||
|
|
Loading…
Add table
Reference in a new issue