Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide links to the renderers in the template docs #35406

Merged
merged 2 commits into from
Aug 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions salt/states/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -1238,9 +1238,15 @@ def managed(name,
on Windows

template
If this setting is applied, then the named templating engine will be
used to render the downloaded file. Currently jinja, mako, py, genshi,
cheetah, and wempy are supported.
If this setting is applied, the named templating engine will be used to
render the downloaded file. The following templates are supported:

- :mod:`cheetah<salt.renderers.cheetah>`
- :mod:`genshi<salt.renderers.genshi>`
- :mod:`jinja<salt.renderers.jinja>`
- :mod:`mako<salt.renderers.mako>`
- :mod:`py<salt.renderers.py>`
- :mod:`wempy<salt.renderers.wempy>`

makedirs : False
If set to ``True``, then the parent directories will be created to
Expand Down