Skip to content

Commit

Permalink
Document behavior change in file.rename state
Browse files Browse the repository at this point in the history
  • Loading branch information
terminalmage committed Oct 2, 2018
1 parent e828e2f commit fb28f0b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/topics/releases/neon.rst
Expand Up @@ -165,6 +165,15 @@ New output:
0
State Changes
=============

- The :py:func:`file.rename <salt.states.file.rename>` state will now return a
``True`` result (and make no changes) when the destination file already
exists, and ``Force`` is not set to ``True``. In previous releases, a
``False`` result would be returned, but this meant that subsequent runs of
the state would fail due to the destination file being present.

Salt Cloud Features
===================

Expand Down

0 comments on commit fb28f0b

Please sign in to comment.