Fix syntax error in mysql.remove_test_database

This commit is contained in:
Wido den Hollander 2015-04-20 13:31:27 +02:00
parent 771e7ba7a6
commit 10c8ed9fed

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