mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update docs and changelog
This commit is contained in:
parent
b8c6b8e522
commit
f8ef3e7015
2 changed files with 6 additions and 0 deletions
1
changelog/55878.fixed
Normal file
1
changelog/55878.fixed
Normal file
|
@ -0,0 +1 @@
|
|||
Fixed file.directory state always showing mode change for symlinks.
|
|
@ -3520,6 +3520,11 @@ def directory(
|
|||
|
||||
.. versionadded:: 2014.1.4
|
||||
|
||||
.. versionchanged:: 3001.1
|
||||
If set to False symlinks permissions are ignored on Linux systems
|
||||
because it does not support permissions modification. Symlinks
|
||||
permissions are always 0o777 on Linux.
|
||||
|
||||
force
|
||||
If the name of the directory exists and is not a directory and
|
||||
force is set to False, the state will fail. If force is set to
|
||||
|
|
Loading…
Add table
Reference in a new issue