allow for unavailable minions

This commit is contained in:
reyesj2
2026-08-17 15:26:01 -05:00
parent 3744c0bd6c
commit 4b74e2c320
+1 -1
View File
@@ -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() {