Skip to content
Snippets Groups Projects
Unverified Commit 9864de9e authored by N's avatar N Committed by GitHub
Browse files

Merge pull request #206 from aboe76/fix_extend

fix init.sls extend
parents 5bfa38cc fc056f24
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ include: ...@@ -24,7 +24,7 @@ include:
{% if (db_states|length() + user_states|length()) > 0 %} {% if (db_states|length() + user_states|length()) > 0 %}
extend: extend:
mysqld: mysqld-service-running:
service: service:
- require_in: - require_in:
{{ requisites('mysql_database', db_states) }} {{ requisites('mysql_database', db_states) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment