Genshi Renderer for Salt
salt.renderers.genshi.
render
(genshi_data, saltenv='base', sls='', method='xml', **kws)¶Render a Genshi template. A method should be passed in as part of the kwargs. If no method is passed in, xml is assumed. Valid methods are:
Note that the text
method will call NewTextTemplate
. If oldtext
is desired, it must be called explicitly
返回类型: | A Python data structure |
---|