Fix comment in new state + remove useless sleep command

This commit is contained in:
William Wernert
2020-09-30 19:49:13 -04:00
parent 11ae904100
commit 03b97cce75

View File

@@ -1,6 +1,5 @@
# This state will import the initial default playbook database. # This state will create the SecOps Automation user within Playbook
# If there is an existing playbook database, it will be overwritten - no backups are made.
include: include:
- playbook - playbook
@@ -9,7 +8,3 @@ salt://playbook/files/create_automation_user.sh:
cmd.script: cmd.script:
- cwd: /root - cwd: /root
- template: jinja - template: jinja
'sleep 5':
cmd.run