Explorar el Código

sort resolver options (unsorted dict)

tags/v0.1
Arnold Bechtoldt hace 10 años
padre
commit
b5ab387c15
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      README.rst
  2. +1
    -1
      network/resolver.sls

+ 1
- 1
README.rst Ver fichero

@@ -67,7 +67,7 @@ Salt Compatibility

Tested with:

* 2014.1.4
* 2014.1.x

OS Compatibility
================

+ 1
- 1
network/resolver.sls Ver fichero

@@ -24,7 +24,7 @@ resolver:
{%- endfor -%}
{%- endif -%}
{%- if salt['pillar.get']('network:resolver:options', False) %}
options {{ salt['pillar.get']('network:resolver:options')|join(' ') }}
options {{ salt['pillar.get']('network:resolver:options')|sort|join(' ') }}
{%- endif -%}
{%- if salt['pillar.get']('network:resolver:file_append', False) %}
{{ salt['pillar.get']('network:resolver:file_append') }}

Cargando…
Cancelar
Guardar