fix copy-paste error in get_minion_grains method doc string

This commit is contained in:
Volodymyr Samodid 2018-01-21 22:10:13 +02:00 committed by rallytime
parent 1fb94a08e0
commit 3e794a043d
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -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.