Files
securityonion/salt/playbook/OLD_db_init.sls
2020-10-02 14:12:23 -04:00

14 lines
299 B
Plaintext

# 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/OLD_playbook_db_init.sh:
cmd.script:
- cwd: /root
- template: jinja
'sleep 5':
cmd.run