mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fixed documentation to match function name
This commit is contained in:
parent
53f7aadcd7
commit
fc18751710
@ -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…
Reference in New Issue
Block a user