From 4b74e2c320d2b3421cf03e65faef6f719bd6d9f2 Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Mon, 17 Aug 2026 15:26:01 -0500 Subject: [PATCH] allow for unavailable minions --- salt/manager/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 83d6cc438..00d583ff4 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -1026,7 +1026,7 @@ post_to_3.2.0() { # but does not chown the elastic-agent launcher symlink. # Preventing non-root users from following that launcher symlink. disable_sysctl_fs_protected_symlink() { - salt -C 'I@stig:enabled' state.single sysctl.present name=fs.protected_symlinks value=0 config=/etc/sysctl.conf + salt -C 'I@stig:enabled' state.single sysctl.present name=fs.protected_symlinks value=0 config=/etc/sysctl.conf || true } up_to_3.3.0() {