Explorar el Código

Delete macro

tags/v0.1
root hace 10 años
padre
commit
61cc38e7bd
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. +0
    -7
      network/routes.sls

+ 0
- 7
network/routes.sls Ver fichero

@@ -3,13 +3,6 @@
{% from "network/defaults.yaml" import rawmap with context %}
{% set datamap = salt['grains.filter_by'](rawmap, merge=salt['pillar.get']('network')) %}

{%- macro set_p(paramname, dictvar) -%}
{%- if paramname in dictvar -%}
{{ paramname }}: {{ dictvar[paramname] }}
{%- endif -%}
{%- endmacro -%}


{% for r in datamap.routes %}
{{ r.name }}:
network.routes:

Cargando…
Cancelar
Guardar