Fixes sls requisite in init

This commit is contained in:
Chad Heuschober 2014-07-01 15:45:01 -04:00
parent 4d47c4c588
commit 6b05b33a8a

View file

@ -23,7 +23,7 @@ extend:
{{ state }}: {{ state }}:
mysql_user: mysql_user:
- require: - require:
sls: mysql.database - sls: mysql.database
{% endfor %} {% endfor %}
{% endif %} {% endif %}