We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The state files for database and user use different setting for the usage of mysql socket connection.
mysql-formula\mysql\database.sls
uses socket definition from mysql:config.:ections:mysqld:socket
{%- set mysql_unix_socket = mysql.config.sections.mysqld.socket %}
whereas
mysql-formula\mysql\user.sls
uses socket definition from mysql:server:unix_socket
{%- set mysql_unix_socket = salt['pillar.get']('mysql:server:unix_socket', '') %}
Shouldn't both use the same definition?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The state files for database and user use different setting for the usage of mysql socket connection.
mysql-formula\mysql\database.sls
uses socket definition from mysql:config.:ections:mysqld:socket
{%- set mysql_unix_socket = mysql.config.sections.mysqld.socket %}
whereas
mysql-formula\mysql\user.sls
uses socket definition from mysql:server:unix_socket
{%- set mysql_unix_socket = salt['pillar.get']('mysql:server:unix_socket', '') %}
Shouldn't both use the same definition?
The text was updated successfully, but these errors were encountered: