You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get failures on the mysql stage and trying out the sls directly I found out that I was getting commands refused by mysql because no password was provided.
Adding
mysql.default_file: '/etc/mysql/debian.cnf'
to django-db's /etc/salt/minion got it working. Should this be in the documentation or in the formula ? Is it a bug in the mysql formula ?
The text was updated successfully, but these errors were encountered:
I get failures on the mysql stage and trying out the sls directly I found out that I was getting commands refused by mysql because no password was provided.
Adding
to django-db's /etc/salt/minion got it working. Should this be in the documentation or in the formula ? Is it a bug in the mysql formula ?
The text was updated successfully, but these errors were encountered: