Skip to content

Commit

Permalink
Merge pull request #43 from danielfrg/patch-1
Browse files Browse the repository at this point in the history
Added rest_cherrypy section
  • Loading branch information
nmadhok committed Aug 23, 2014
2 parents 6a6b02b + 3bdf278 commit fba9280
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions salt/files/master
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit fba9280

Please sign in to comment.