From ca2b24f7357602c70857f713e406a77ea2a96397 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Tue, 13 Jul 2021 08:46:57 -0400 Subject: [PATCH] Add jinja raw tag --- salt/common/tools/sbin/soup | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index a59c63ffe..ce8923e90 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -182,6 +182,8 @@ check_airgap() { fi } +# {% raw %} + check_local_mods() { local salt_local=/opt/so/saltstack/local @@ -209,6 +211,8 @@ check_local_mods() { fi } +# {% endraw %} + check_sudoers() { if grep -q "so-setup" /etc/sudoers; then echo "There is an entry for so-setup in the sudoers file, this can be safely deleted using \"visudo\"."