Added rest_cherrypy section

This commit is contained in:
Daniel Rodriguez 2014-08-22 22:57:21 -05:00
parent 6a6b02b418
commit 3bdf2789a1
1 changed files with 8 additions and 0 deletions

View File

@ -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 %}