Closed denschub closed 7 years ago
Just upgraded both the master and the minion to v2017.7.0. Now, when there is a mismatch of the config file, applying the config fails:
---------- ID: sshd_config Function: file.managed Name: /etc/ssh/sshd_config Result: False Comment: Failed to commit change: [Errno 2] No such file or directory: /tmp/__salt.tmp._skAAZ Started: 23:55:26.828903 Duration: 103.767 ms Changes: ---------- diff: Replace text file with binary file
It works fine when the config file matches the template, but if there are any changes, 💥.
Actually, this is a confirmed regression from v2017.7.0: https://github.com/saltstack/salt/issues/42404
Just upgraded both the master and the minion to v2017.7.0. Now, when there is a mismatch of the config file, applying the config fails:
It works fine when the config file matches the template, but if there are any changes, 💥.