From 6f70c1d589fefeda8f3c5df3a0b1f90216267b49 Mon Sep 17 00:00:00 2001 From: Baiju Muthukadan Date: Fri, 1 Feb 2013 15:25:51 +0530 Subject: [PATCH] link to master & minion reference --- doc/topics/configuration.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/topics/configuration.rst b/doc/topics/configuration.rst index 7c590a8612..163a8306c3 100644 --- a/doc/topics/configuration.rst +++ b/doc/topics/configuration.rst @@ -38,6 +38,8 @@ interfaces (0.0.0.0). To bind Salt to a specific IP, redefine the + interface: 10.0.0.1 After updating the configuration file, restart the Salt master. +See the :doc:`master configuration reference ` +for more details about other configurable options. Minion Configuration ==================== @@ -57,6 +59,8 @@ configuration file, typically ``/etc/salt/minion``, as follows: + master: 10.0.0.1 After updating the configuration file, restart the Salt minion. +See the :doc:`minion configuration reference ` +for more details about other configurable options. Running Salt ============