salt.renderers.mako
Mako Renderer for Salt
This renderer requires the Mako library.
To install Mako, do the following:
-
salt.renderers.mako.render(template_file, saltenv='base', sls='', context=None, tmplpath=None, **kws)
Render the template_file, passing the functions and grains into the
Mako rendering system.
- Return type:
string