From ba91c9a964185957759e0e62e1a92e10aa4b074a Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 22 May 2018 15:50:13 -0400 Subject: [PATCH] Logstash Module- Fix conf spelling error --- salt/logstash/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/logstash/init.sls b/salt/logstash/init.sls index fb14fb0b5..c1ca352b2 100644 --- a/salt/logstash/init.sls +++ b/salt/logstash/init.sls @@ -71,7 +71,7 @@ lssync: # Copy the config file for enabled logstash plugins/parsers lsconfsync: file.managed: - - name: /opt/so/donf/logstash/conf.enabled.txt + - name: /opt/so/conf/logstash/conf.enabled.txt - source: salt://logstash/conf/conf.enabled.txt.{{ nodetype }} - user: 931 - group: 939