Fix inaccurate documentation

The refresh argument does not do what was documented here. This fixes
that inaccuracy.
This commit is contained in:
Erik Johnson 2017-02-23 13:42:19 -06:00
parent 4e2b852f83
commit 9342eda377

View file

@ -201,7 +201,7 @@ def setvals(grains, destructive=False, refresh=True):
Defaults to False.
refresh
Refresh minion grains using saltutil.sync_grains.
Refresh modules and pillar after adding the new grains.
Defaults to True.
CLI Example:
@ -299,7 +299,7 @@ def setval(key, val, destructive=False, refresh=True):
Defaults to False.
refresh
Refresh minion grains using saltutil.sync_grains.
Refresh modules and pillar after adding the new grain.
Defaults to True.
CLI Example: