mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
370dc7881b
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.
24 lines
459 B
ReStructuredText
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
|