mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added some more documentation to fileserver_followsymlinks
This commit is contained in:
parent
8025c47ae3
commit
1be07f2ff0
1 changed files with 4 additions and 2 deletions
|
@ -310,12 +310,14 @@
|
|||
# Uncomment the line below if you do not want the file_server to follow
|
||||
# symlinks when walking the filesystem tree. This is set to True
|
||||
# by default. Currently this only applies to the default roots
|
||||
# fileserver_backend.
|
||||
# fileserver_backend. Leave this option commented if you are using the
|
||||
# state module file.recurse with symlinks set to True unless your symlinks
|
||||
# are only 1 deep.
|
||||
#
|
||||
#fileserver_followsymlinks: False
|
||||
#
|
||||
# Uncomment the line below if you do not want symlinks to be
|
||||
# treated as the files they are pointinig to. By default this is set to
|
||||
# treated as the files they are pointing to. By default this is set to
|
||||
# False. By uncommenting the line below, any detected symlink while listing
|
||||
# files on the Master will not be returned to the Minion.
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue