From d15ae474c6e8430efb887c0d66892102cb13a0b8 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 31 Oct 2018 19:55:21 -0400 Subject: [PATCH] Try and Fix certs --- pillar/top.sls | 1 + salt/filebeat/init.sls | 1 + 2 files changed, 2 insertions(+) diff --git a/pillar/top.sls b/pillar/top.sls index 5fc5c69eb..064d2cff3 100644 --- a/pillar/top.sls +++ b/pillar/top.sls @@ -19,6 +19,7 @@ base: - static - firewall.* - data.* + - brologs 'G@role:so-node': - nodes.schedule diff --git a/salt/filebeat/init.sls b/salt/filebeat/init.sls index 6fb65bd63..1523f7a13 100644 --- a/salt/filebeat/init.sls +++ b/salt/filebeat/init.sls @@ -63,4 +63,5 @@ so-filebeat: - /opt/so/log/suricata:/suricata:ro - /opt/so/conf/filebeat/etc/pki/filebeat.crt:/usr/share/filebeat/filebeat.crt:ro - /opt/so/conf/filebeat/etc/pki/filebeat.key:/usr/share/filebeat/filebeat.key:ro + - /opt/so/conf/filebeat/etc/pki/filebeat.p8:/usr/share/filebeat/filebeat.p8:ro - /etc/ssl/certs/intca.crt:/usr/share/filebeat/intraca.crt:ro