Commit 140e2fbf by Feanil Patel

Merge pull request #625 from tusbar/splunk-no-group

Remove non-existent 'splunk' group when creating user
parents 89fbaf51 7c76bd32
......@@ -41,7 +41,7 @@
# Create splunk user
- name: splunkforwarder | create splunk user
user: name=splunk group=splunk createhome=no state=present append=yes groups=syslog
user: name=splunk createhome=no state=present append=yes groups=syslog
when: download_deb.changed
# Need to start splunk manually so that it can create various files
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment