Skip to content

[BUG] inconsistent use of mysql_unix_socket in database.sls and user.sls #279

@thr27

Description

@thr27

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions