mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix inaccurate documentation
The refresh argument does not do what was documented here. This fixes that inaccuracy.
This commit is contained in:
parent
4e2b852f83
commit
9342eda377
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue