saltstack-formulas / django-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Apache License 2.0
42 stars 26 forks source link

mysql actions fail for lack of password/access #1

Open arthurzenika opened 10 years ago

arthurzenika commented 10 years ago

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 ?