Merge pull request #69 from wido/syntax-error

Fix syntax error in mysql.remove_test_database
This commit is contained in:
Wolodja Wentland 2015-04-20 15:07:55 +02:00
commit fb770bc12d

View file

@ -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