mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 17:50:27 +00:00
honorate mysql:server:host as in user declaration
This commit is contained in:
parent
7ec43ad3c9
commit
a6c057d63c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ include:
|
|||
- grant_option: {{ user['grant_option'] | default(False) }}
|
||||
- user: {{ name }}
|
||||
- host: '{{ host }}'
|
||||
- connection_host: localhost
|
||||
- connection_host: '{{ mysql_host }}'
|
||||
- connection_user: '{{ mysql_salt_user }}'
|
||||
{% if mysql_salt_pass -%}
|
||||
- connection_pass: '{{ mysql_salt_pass }}'
|
||||
|
|
Loading…
Add table
Reference in a new issue