salt/doc/ref/configuration/examples.rst
Seth House 370dc7881b Removed line numbers from master/minion conf file examples
This change is to lazily side-step Sphinx issues rendering code
alongside line numbers. Aligning the line numbers <td> with the code
<td> is dumb and I'd like to patch the HTMLWriter to output
Bootstrap-compatible <ol>'s instead.
2013-06-12 12:15:40 -06:00

24 lines
459 B
ReStructuredText

===========================
Configuration file examples
===========================
.. _configuration-examples-master:
.. contents::
:local:
:depth: 1
Example master configuration file
=================================
.. literalinclude:: ../../../conf/master
:language: yaml
.. _configuration-examples-minion:
Example minion configuration file
=================================
.. literalinclude:: ../../../conf/minion
:language: yaml