mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #38789 from rallytime/fix-38622
Update some saltenv refs to environment in salt.modules.state docs
This commit is contained in:
commit
c6a19a9e5a
1 changed files with 4 additions and 4 deletions
|
@ -434,8 +434,8 @@ def apply_(mods=None,
|
|||
Argument name changed from ``env`` to ``saltenv``
|
||||
|
||||
.. versionchanged:: 2014.7.0
|
||||
If no saltenv is specified, the minion config will be checked for a
|
||||
``saltenv`` parameter and if found, it will be used. If none is
|
||||
If no saltenv is specified, the minion config will be checked for an
|
||||
``environment`` parameter and if found, it will be used. If none is
|
||||
found, ``base`` will be used. In prior releases, the minion config
|
||||
was not checked and ``base`` would always be assumed when the
|
||||
saltenv was not explicitly set.
|
||||
|
@ -799,8 +799,8 @@ def sls(mods,
|
|||
Argument name changed from ``env`` to ``saltenv``.
|
||||
|
||||
.. versionchanged:: 2014.7.0
|
||||
If no saltenv is specified, the minion config will be checked for a
|
||||
``saltenv`` parameter and if found, it will be used. If none is
|
||||
If no saltenv is specified, the minion config will be checked for an
|
||||
``environment`` parameter and if found, it will be used. If none is
|
||||
found, ``base`` will be used. In prior releases, the minion config
|
||||
was not checked and ``base`` would always be assumed when the
|
||||
saltenv was not explicitly set.
|
||||
|
|
Loading…
Add table
Reference in a new issue