mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
Fix some formatting in master config docs
This commit is contained in:
parent
747dd699af
commit
0d49746de8
@ -6,16 +6,16 @@ Configuring the Salt Master
|
||||
|
||||
The Salt system is amazingly simple and easy to configure, the two components
|
||||
of the Salt system each have a respective configuration file. The
|
||||
:command:`salt-master` is configured via the master configuration file, and the
|
||||
:command:`salt-minion` is configured via the minion configuration file.
|
||||
``salt-master`` is configured via the master configuration file, and the
|
||||
``salt-minion`` is configured via the minion configuration file.
|
||||
|
||||
.. seealso::
|
||||
|
||||
:ref:`Example master configuration file <configuration-examples-master>`.
|
||||
|
||||
The configuration file for the salt-master is located at
|
||||
:file:`/etc/salt/master` by default. A notable exception is FreeBSD, where the
|
||||
configuration file is located at :file:`/usr/local/etc/salt`. The available
|
||||
options are as follows:
|
||||
The configuration file for the salt-master is located at ``/etc/salt/master``
|
||||
by default. A notable exception is FreeBSD, where the configuration file is
|
||||
located at ``/usr/local/etc/salt``. The available options are as follows:
|
||||
|
||||
|
||||
.. _primary-master-configuration:
|
||||
@ -4525,6 +4525,9 @@ Node Groups
|
||||
|
||||
.. conf_master:: nodegroups
|
||||
|
||||
``nodegroups``
|
||||
--------------
|
||||
|
||||
Default: ``{}``
|
||||
|
||||
Node groups allow for logical groupings of minion nodes.
|
||||
|
Loading…
Reference in New Issue
Block a user