From 47e7b3b9fdd230e5c20ec1f281c001278c7f5173 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 21 Feb 2018 16:33:45 -0500 Subject: [PATCH] PCAP Salt Module - add the steno user --- salt/pcap/init.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/pcap/init.sls b/salt/pcap/init.sls index 32eca06d8..6f4797cf9 100644 --- a/salt/pcap/init.sls +++ b/salt/pcap/init.sls @@ -18,11 +18,11 @@ # Create the logstash group stenographergroup: group.present: - - name: stenographer + - name: steno - gid: 941 # Add the logstash user for the jog4j settings -stenographer: +steno: user.present: - uid: 941 - gid: 941