salt.renderers.yaml_jinja

The default rendering engine, process yaml with the jinja2 templating engine

This renderer will take a yaml file with the jinja2 template and render it to a high data format for salt states.

Members

render

salt.renderers.yaml_jinja.render(template_file, env='', sls='')

Render the data passing the functions and grains into the rendering system

Parent topic

Table Of Contents

Previous topic

salt.renderers.json_mako

Next topic

salt.renderers.yaml_mako