From 2a5198cae41fb15ac179c82d015f6ff83fa86695 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 17 Jun 2021 08:49:21 -0400 Subject: [PATCH] change perms to resolve error about module-setup.yml being 660 --- salt/filebeat/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/filebeat/init.sls b/salt/filebeat/init.sls index 1517226a3..5b84851a2 100644 --- a/salt/filebeat/init.sls +++ b/salt/filebeat/init.sls @@ -84,7 +84,7 @@ filebeatmoduleconfsync: - source: salt://filebeat/etc/module-setup.yml - user: root - group: root - - mode: 660 + - mode: 640 - template: jinja sodefaults_module_conf: