2
0

Merge pull request #43 from danielfrg/patch-1

Added rest_cherrypy section
This commit is contained in:
Nitin Madhok 2014-08-22 23:00:28 -05:00
commit fba928096b

View File

@ -803,3 +803,11 @@ halite:
{%- endfor %}
{%- endif %}
{% if 'rest_cherrypy' in master -%}
##### rest_cherrypy #####
##########################################
rest_cherrypy:
{%- for name, value in master['rest_cherrypy'].iteritems() %}
{{ name }}: {{ value }}
{%- endfor %}
{%- endif %}