You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SLE 16 compatibility: Remove create_if_not_found from all file.replace states — this keyword is not a valid Salt parameter and is strictly rejected on SLE 16's Salt version. Affected mappers: m_auditd_conf, m_chronyd_user (two remaining occurrences after previous 1.0.3 partial fix).
sshd drop-in file: Add a file.managed preamble state (sshd_dropin_create) in sshd.sls that creates /etc/ssh/sshd_config.d/00-pci-hardening.conf with makedirs: True and replace: False, so subsequent file.replace states do not fail on a missing file.