mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Fix comment in new state + remove useless sleep command
This commit is contained in:
@@ -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
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user