Typo in mysql.

This commit is contained in:
Chad Heuschober 2014-07-01 15:26:49 -04:00
parent b53d61adfc
commit 9c4512c32f

View file

@ -12,7 +12,7 @@ include:
- mysql.database
- mysql.user
{% if (db_states|length() + user_states()) > 0 %}
{% if (db_states|length() + user_states|length() > 0 %}
extend:
mysqld:
service: