Skip to content

v1.0.4

Choose a tag to compare

@doccaz doccaz released this 05 Jun 13:21
dd8407b

Changes in v1.0.4

Bug fixes

  • 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.