link to master & minion reference

This commit is contained in:
Baiju Muthukadan 2013-02-01 15:25:51 +05:30
parent 259f0e2a04
commit 6f70c1d589

View File

@ -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
============ ============