modules.file, states.file: explain symbolic links

Fixes #31056.
This commit is contained in:
Justin Findlay 2016-02-10 11:18:53 -07:00
parent 4d6706b3e7
commit 7d9df6b26c
2 changed files with 3 additions and 3 deletions

View file

@ -2747,7 +2747,7 @@ def link(src, path):
def is_link(path):
'''
Check if the path is a symlink
Check if the path is a symbolic link
CLI Example:
@ -2765,7 +2765,7 @@ def is_link(path):
def symlink(src, path):
'''
Create a symbolic link to a file
Create a symbolic link (symlink, soft link) to a file
CLI Example:

View file

@ -766,7 +766,7 @@ def symlink(
mode=None,
**kwargs):
'''
Create a symlink
Create a symbolic link (symlink, soft link)
If the file already exists and is a symlink pointing to any location other
than the specified target, the symlink will be replaced. If the symlink is