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