mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add docs
This commit is contained in:
parent
709c197f84
commit
391bbecd90
1 changed files with 8 additions and 0 deletions
|
@ -200,6 +200,10 @@ def setvals(grains, destructive=False, refresh=True):
|
|||
If an operation results in a key being removed, delete the key, too.
|
||||
Defaults to False.
|
||||
|
||||
refresh
|
||||
Refresh minion grains using saltutil.sync_grains.
|
||||
Defaults to True.
|
||||
|
||||
CLI Example:
|
||||
|
||||
.. code-block:: bash
|
||||
|
@ -294,6 +298,10 @@ def setval(key, val, destructive=False, refresh=True):
|
|||
If an operation results in a key being removed, delete the key, too.
|
||||
Defaults to False.
|
||||
|
||||
refresh
|
||||
Refresh minion grains using saltutil.sync_grains.
|
||||
Defaults to True.
|
||||
|
||||
CLI Example:
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue