Browse Source

sort resolver options (unsorted dict)

tags/v0.1
Arnold Bechtoldt 10 years ago
parent
commit
b5ab387c15
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.rst
  2. +1
    -1
      network/resolver.sls

+ 1
- 1
README.rst View File



Tested with: Tested with:


* 2014.1.4
* 2014.1.x


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

+ 1
- 1
network/resolver.sls View File

{%- endfor -%} {%- endfor -%}
{%- endif -%} {%- endif -%}
{%- if salt['pillar.get']('network:resolver:options', False) %} {%- 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 -%} {%- endif -%}
{%- if salt['pillar.get']('network:resolver:file_append', False) %} {%- if salt['pillar.get']('network:resolver:file_append', False) %}
{{ salt['pillar.get']('network:resolver:file_append') }} {{ salt['pillar.get']('network:resolver:file_append') }}

Loading…
Cancel
Save