diff --git a/salt/playbook/automation_user_create.sls b/salt/playbook/automation_user_create.sls index 25f93c98b..de49a3f5d 100644 --- a/salt/playbook/automation_user_create.sls +++ b/salt/playbook/automation_user_create.sls @@ -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 - \ No newline at end of file