mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updated renderer docs mentioning gpg as a text renderer to both, text and data renderer
This commit is contained in:
parent
bcd642632d
commit
fd2629f563
1 changed files with 3 additions and 3 deletions
|
@ -19,8 +19,8 @@ Two Kinds of Renderers
|
|||
----------------------
|
||||
|
||||
Renderers fall into one of two categories, based on what they output: text or
|
||||
data. The one exception to this would be the :mod:`pure python
|
||||
<salt.renderers.py>` renderer, which can be used in either capacity.
|
||||
data. Some exceptions to this would be the :mod:`pure python
|
||||
<salt.renderers.py>` and :mod:`gpg <salt.renderers.gpg>` renderers which could be used in either capacity.
|
||||
|
||||
Text Renderers
|
||||
**************
|
||||
|
@ -59,7 +59,7 @@ following are all data renderers:
|
|||
- :mod:`stateconf <salt.renderers.stateconf>`
|
||||
- :mod:`yamlex <salt.renderers.yamlex>`
|
||||
- :mod:`yaml <salt.renderers.yaml>`
|
||||
|
||||
- :mod:`gpg <salt.renderers.gpg>`
|
||||
|
||||
Overriding the Default Renderer
|
||||
-------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue