Fixes missing paren

This commit is contained in:
Chad Heuschober 2014-07-01 15:28:43 -04:00
parent 9c4512c32f
commit b75efe4d73

View file

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