Added rest_cherrypy section
This commit is contained in:
parent
6a6b02b418
commit
3bdf2789a1
|
@ -803,3 +803,11 @@ halite:
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
{% if 'rest_cherrypy' in master -%}
|
||||||
|
##### rest_cherrypy #####
|
||||||
|
##########################################
|
||||||
|
rest_cherrypy:
|
||||||
|
{%- for name, value in master['rest_cherrypy'].iteritems() %}
|
||||||
|
{{ name }}: {{ value }}
|
||||||
|
{%- endfor %}
|
||||||
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue