Support for getting and setting the environment variables of the current salt process.
Set the salt process environment variables.
CLI Example:
a_string_env:
environ.set:
- name: foo
- value: bar
- update_minion: True
a_dict_env:
environ.set:
- name: does_not_matter
- value:
foo: bar
baz: quux
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2015.5.1