mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #39613 from terminalmage/fix-docs
Fix inaccurate documentation
This commit is contained in:
commit
53e78d67f6
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