PCAP Salt Module - add the steno user

This commit is contained in:
Mike Reeves
2018-02-21 16:33:45 -05:00
parent b780bedd97
commit 47e7b3b9fd

View File

@@ -18,11 +18,11 @@
# Create the logstash group # Create the logstash group
stenographergroup: stenographergroup:
group.present: group.present:
- name: stenographer - name: steno
- gid: 941 - gid: 941
# Add the logstash user for the jog4j settings # Add the logstash user for the jog4j settings
stenographer: steno:
user.present: user.present:
- uid: 941 - uid: 941
- gid: 941 - gid: 941