mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-17 10:10:30 +00:00
Merge pull request #40 from UtahDave/master
create directory if not there
This commit is contained in:
commit
f98d1657d7
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ include:
|
||||||
- name: /etc/mysql/{{ database }}.schema
|
- name: /etc/mysql/{{ database }}.schema
|
||||||
- source: {{ salt['pillar.get'](['mysql', 'schema', database, 'source']|join(':')) }}
|
- source: {{ salt['pillar.get'](['mysql', 'schema', database, 'source']|join(':')) }}
|
||||||
- user: {{ salt['pillar.get']('mysql:server:user', 'mysql') }}
|
- user: {{ salt['pillar.get']('mysql:server:user', 'mysql') }}
|
||||||
|
- makedirs: True
|
||||||
|
|
||||||
{{ state_id }}_load:
|
{{ state_id }}_load:
|
||||||
cmd.wait:
|
cmd.wait:
|
||||||
|
|
Loading…
Add table
Reference in a new issue