mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-02-16 11:40:45 +01:00
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
Block a user