mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +00:00
Merge pull request #69 from wido/syntax-error
Fix syntax error in mysql.remove_test_database
This commit is contained in:
commit
fb770bc12d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{% set mysql_root_pass = salt['pillar.get']('mysql:server:root_password', salt['grains.get']('server_id')) %}
|
||||
{% set mysql_host = salt['pillar.get']('mysql:server:host', 'localhost' %}
|
||||
{% set mysql_host = salt['pillar.get']('mysql:server:host', 'localhost') %}
|
||||
|
||||
include:
|
||||
- mysql.python
|
||||
|
|
Loading…
Add table
Reference in a new issue