mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #35360 from rallytime/fix-35336
Add all template registery templates to file.managed docs
This commit is contained in:
commit
f9e03b9c59
1 changed files with 3 additions and 3 deletions
|
@ -1238,9 +1238,9 @@ 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, and wempy
|
||||
are supported
|
||||
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.
|
||||
|
||||
makedirs : False
|
||||
If set to ``True``, then the parent directories will be created to
|
||||
|
|
Loading…
Add table
Reference in a new issue