mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
531 B
531 B
In Progress: Salt 2018.3.4 Release Notes
Version 2018.3.4 is an unreleased bugfix release for
2018.3.0 <release-2018-3-0>
. This release is
still in progress and has not been released yet.
State Changes
- The
host.present <salt.states.host.present>
state can now remove the specified hostname from IPs not specified in the state. This can be done by setting the newly-addedclean
argument toTrue
.