Explorar el Código

Merge pull request #43 from danielfrg/patch-1

Added rest_cherrypy section
tags/v0.57.0
Nitin Madhok hace 10 años
padre
commit
fba928096b
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      salt/files/master

+ 8
- 0
salt/files/master Ver fichero

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

Cargando…
Cancelar
Guardar