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

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

Tested with:

* 2014.1.4
* 2014.1.x

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

+ 1
- 1
network/resolver.sls View File

@@ -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') }}

Loading…
Cancel
Save