mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
link to master & minion reference
This commit is contained in:
parent
259f0e2a04
commit
6f70c1d589
@ -38,6 +38,8 @@ interfaces (0.0.0.0). To bind Salt to a specific IP, redefine the
|
|||||||
+ interface: 10.0.0.1
|
+ interface: 10.0.0.1
|
||||||
|
|
||||||
After updating the configuration file, restart the Salt master.
|
After updating the configuration file, restart the Salt master.
|
||||||
|
See the :doc:`master configuration reference </ref/configuration/master>`
|
||||||
|
for more details about other configurable options.
|
||||||
|
|
||||||
Minion Configuration
|
Minion Configuration
|
||||||
====================
|
====================
|
||||||
@ -57,6 +59,8 @@ configuration file, typically ``/etc/salt/minion``, as follows:
|
|||||||
+ master: 10.0.0.1
|
+ master: 10.0.0.1
|
||||||
|
|
||||||
After updating the configuration file, restart the Salt minion.
|
After updating the configuration file, restart the Salt minion.
|
||||||
|
See the :doc:`minion configuration reference </ref/configuration/minion>`
|
||||||
|
for more details about other configurable options.
|
||||||
|
|
||||||
Running Salt
|
Running Salt
|
||||||
============
|
============
|
||||||
|
Loading…
Reference in New Issue
Block a user