mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed documentation to match function name
This commit is contained in:
parent
53f7aadcd7
commit
fc18751710
1 changed files with 2 additions and 2 deletions
|
@ -61,13 +61,13 @@ def setenv(name,
|
|||
.. code-block:: yaml
|
||||
|
||||
a_string_env:
|
||||
environ.set:
|
||||
environ.setenv:
|
||||
- name: foo
|
||||
- value: bar
|
||||
- update_minion: True
|
||||
|
||||
a_dict_env:
|
||||
environ.set:
|
||||
environ.setenv:
|
||||
- name: does_not_matter
|
||||
- value:
|
||||
foo: bar
|
||||
|
|
Loading…
Add table
Reference in a new issue