diff --git a/salt/playbook/db_init.sls b/salt/playbook/db_init.sls new file mode 100644 index 000000000..1b2bf7b1a --- /dev/null +++ b/salt/playbook/db_init.sls @@ -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 \ No newline at end of file