mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
set the default properly so the default behavior doesnt change
This commit is contained in:
parent
ebd645a4fe
commit
acc4edb141
1 changed files with 1 additions and 1 deletions
|
@ -1542,7 +1542,7 @@ def symlink(
|
|||
atomic=False,
|
||||
disallow_copy_and_unlink=False,
|
||||
inherit_user_and_group=False,
|
||||
follow_symlinks=False,
|
||||
follow_symlinks=True,
|
||||
**kwargs,
|
||||
):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue