ソースを参照

sort resolver options (unsorted dict)

tags/v0.1
Arnold Bechtoldt 10年前
コミット
b5ab387c15
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      README.rst
  2. +1
    -1
      network/resolver.sls

+ 1
- 1
README.rst ファイルの表示

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

Tested with:

* 2014.1.4
* 2014.1.x

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

+ 1
- 1
network/resolver.sls ファイルの表示

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

読み込み中…
キャンセル
保存