From 0dfbbfcf8e13b7a6b8aad9136f9b40253c4d7896 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 16 Mar 2023 16:37:38 -0400 Subject: [PATCH] fix spacing on filecheck config --- salt/strelka/filecheck/filecheck.yaml.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/strelka/filecheck/filecheck.yaml.jinja b/salt/strelka/filecheck/filecheck.yaml.jinja index c3ee4ef67..1f5453f93 100644 --- a/salt/strelka/filecheck/filecheck.yaml.jinja +++ b/salt/strelka/filecheck/filecheck.yaml.jinja @@ -1,2 +1,2 @@ filecheck: -{{ FILECHECKCONFIG | yaml(false) | indent(width=2) }} + {{ FILECHECKCONFIG | yaml(false) | indent(width=2) }}