mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix heading line-lengths
This will clean up some of the warnings found by building the documentation: ``` /root/SaltStack/salt/doc/ref/pillar/all/index.rst:55:<autosummary>:1: WARNING: Unexpected section title or transition. ================= ```
This commit is contained in:
parent
3c8ec8a22f
commit
c4cbe5b90e
@ -1,7 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
'''
|
'''
|
||||||
Execute a command and read the output as YAMLEX. The YAMLEX data is then
|
Execute a command and read the output as YAMLEX. The YAMLEX data is then directly overlaid onto the minion's Pillar data
|
||||||
directly overlaid onto the minion's Pillar data
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# Don't "fix" the above docstring to put it on two lines, as the sphinx
|
# Don't "fix" the above docstring to put it on two lines, as the sphinx
|
||||||
|
@ -103,7 +103,7 @@ would actually end up in pillar after all merging was complete:
|
|||||||
- baz
|
- baz
|
||||||
|
|
||||||
MakoStack configuration files
|
MakoStack configuration files
|
||||||
-------------------------------
|
-----------------------------
|
||||||
|
|
||||||
The config files that are referenced in the above ``ext_pillar`` configuration
|
The config files that are referenced in the above ``ext_pillar`` configuration
|
||||||
are mako templates which must render as a simple ordered list of ``yaml``
|
are mako templates which must render as a simple ordered list of ``yaml``
|
||||||
|
@ -12,7 +12,7 @@ This module is a concrete implementation of the sql_base ext_pillar for MySQL.
|
|||||||
:platform: all
|
:platform: all
|
||||||
|
|
||||||
Configuring the mysql ext_pillar
|
Configuring the mysql ext_pillar
|
||||||
=====================================
|
================================
|
||||||
|
|
||||||
Use the 'mysql' key under ext_pillar for configuration of queries.
|
Use the 'mysql' key under ext_pillar for configuration of queries.
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ mysql.pass, mysql.port, mysql.host) for database connection info.
|
|||||||
Required python modules: MySQLdb
|
Required python modules: MySQLdb
|
||||||
|
|
||||||
Complete example
|
Complete example
|
||||||
=====================================
|
================
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@ Retrieve Pillar data by doing a postgres query
|
|||||||
:depends: psycopg2
|
:depends: psycopg2
|
||||||
:platform: all
|
:platform: all
|
||||||
|
|
||||||
Complete example
|
Complete Example
|
||||||
=====================================
|
================
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ It exposes a python ABC that can be subclassed for new database providers.
|
|||||||
:platform: all
|
:platform: all
|
||||||
|
|
||||||
Theory of sql_base ext_pillar
|
Theory of sql_base ext_pillar
|
||||||
=====================================
|
=============================
|
||||||
|
|
||||||
Ok, here's the theory for how this works...
|
Ok, here's the theory for how this works...
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ You can retrieve as many fields as you like, how they get used depends on the
|
|||||||
exact settings.
|
exact settings.
|
||||||
|
|
||||||
Configuring a sql_base ext_pillar
|
Configuring a sql_base ext_pillar
|
||||||
=====================================
|
=================================
|
||||||
|
|
||||||
The sql_base ext_pillar cannot be used directly, but shares query configuration
|
The sql_base ext_pillar cannot be used directly, but shares query configuration
|
||||||
with its implementations. These examples use a fake 'sql_base' adapter, which
|
with its implementations. These examples use a fake 'sql_base' adapter, which
|
||||||
|
@ -37,8 +37,8 @@ Example configuration
|
|||||||
pass: strong_pass_phrase
|
pass: strong_pass_phrase
|
||||||
timeout: 5.0
|
timeout: 5.0
|
||||||
|
|
||||||
Complete example
|
Complete Example
|
||||||
=================
|
================
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user