mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix copy-paste error in get_minion_grains method doc string
This commit is contained in:
parent
1fb94a08e0
commit
3e794a043d
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ class MasterPillarUtil(object):
|
|||
cached minion data on the master, or by fetching the grains
|
||||
directly on the minion.
|
||||
|
||||
By default, this function tries hard to get the pillar data:
|
||||
By default, this function tries hard to get the grains data:
|
||||
- Try to get the cached minion grains if the master
|
||||
has minion_data_cache: True
|
||||
- If the grains data for the minion is cached, use it.
|
||||
|
|
Loading…
Add table
Reference in a new issue