Playbook db init fix

This commit is contained in:
Josh Brower
2020-07-14 09:09:55 -04:00
parent b884e09e7a
commit 2c72940010

14
salt/playbook/db_init.sls Normal file
View File

@@ -0,0 +1,14 @@
# This state will import the initial default playbook database.
# If there is an existing playbook database, it will be overwritten - no backups are made.
include:
- mysql
salt://playbook/files/playbook_db_init.sh:
cmd.script:
- cwd: /root
- template: jinja
'sleep 5':
cmd.run