mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Rename userdata_renderer -> userdata_template in master config docs
This commit is contained in:
parent
50f2b2831f
commit
a6064fb2e4
1 changed files with 6 additions and 5 deletions
|
@ -1351,21 +1351,22 @@ The renderer to use on the minions to render the state data.
|
|||
|
||||
renderer: yaml_jinja
|
||||
|
||||
.. conf_master:: userdata_renderer
|
||||
.. conf_master:: userdata_template
|
||||
|
||||
``userdata_renderer``
|
||||
``userdata_template``
|
||||
---------------------
|
||||
|
||||
.. versionadded:: 2016.11.4
|
||||
|
||||
Default: ``jinja``
|
||||
Default: ``None``
|
||||
|
||||
The renderer to use for templating userdata files in salt-cloud, if the
|
||||
``userdata_renderer`` is not set in the cloud profile.
|
||||
``userdata_template`` is not set in the cloud profile. If no value is set in
|
||||
the cloud profile or master config file, no templating will be performed.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
userdata_renderer: jinja
|
||||
userdata_template: jinja
|
||||
|
||||
.. conf_master:: jinja_trim_blocks
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue