mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Change LocalClient -> FSClient
The LocalClient name has been deprecated for some time and now exists only as an alias.
This commit is contained in:
parent
c3cb87adba
commit
aee4cbc53c
1 changed files with 1 additions and 1 deletions
|
@ -3949,7 +3949,7 @@ def apply_master_config(overrides=None, defaults=None):
|
|||
opts = defaults.copy()
|
||||
opts["__role"] = "master"
|
||||
|
||||
# Suppress fileserver update in FSChan, for LocalClient instances generated
|
||||
# Suppress fileserver update in FSChan, for FSClient instances generated
|
||||
# during Pillar compilation. The master daemon already handles FS updates
|
||||
# in its maintenance thread. Refreshing during Pillar compilation slows
|
||||
# down Pillar considerably (even to the point of timeout) when there are
|
||||
|
|
Loading…
Add table
Reference in a new issue