diff --git a/mysql/server.sls b/mysql/server.sls index ad02422..2358e1c 100644 --- a/mysql/server.sls +++ b/mysql/server.sls @@ -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'] %}