mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-30 21:45:25 +01:00
Merge pull request #43 from danielfrg/patch-1
Added rest_cherrypy section
This commit is contained in:
commit
fba928096b
@ -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