Skip to content
Snippets Groups Projects
Commit 5b16c57a authored by David Boucha's avatar David Boucha
Browse files

create directory if not there

parent 0687b3aa
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ include:
- name: /etc/mysql/{{ database }}.schema
- source: {{ salt['pillar.get'](['mysql', 'schema', database, 'source']|join(':')) }}
- user: {{ salt['pillar.get']('mysql:server:user', 'mysql') }}
- makedirs: True
{{ state_id }}_load:
cmd.wait:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment