mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Clarify the scope of the provider param in states.
This commit is contained in:
parent
af24c82ab0
commit
f9306347cc
1 changed files with 7 additions and 3 deletions
|
@ -24,9 +24,13 @@ In this instance, the basic :py:mod:`~salt.modules.service` module (which
|
|||
manages :program:`sysvinit`-based services) will replace the
|
||||
:py:mod:`~salt.modules.systemd` module which is used by default on Arch Linux.
|
||||
|
||||
However, if it is necessary to make this override for most or every service,
|
||||
it is better to just override the provider in the minion config file, as
|
||||
described :ref:`here <module-provider-override>`.
|
||||
This change only affects this one state though. If it is necessary to make this
|
||||
override for most or every service, it is better to just override the provider
|
||||
in the minion config file, as described :ref:`here <module-provider-override>`.
|
||||
|
||||
Also, keep in mind that this only works for states with an identically-named
|
||||
virtual module (:py:mod:`~salt.states.pkg`, :py:mod:`~salt.states.service`,
|
||||
etc.).
|
||||
|
||||
Arbitrary Module Redirects
|
||||
==========================
|
||||
|
|
Loading…
Add table
Reference in a new issue