Procházet zdrojové kódy

fix options setting in resolv

tags/2016.12
Marek Celoud před 8 roky
rodič
revize
f6cd1921c1
2 změnil soubory, kde provedl 7 přidání a 1 odebrání
  1. +4
    -0
      README.rst
  2. +3
    -1
      linux/files/resolv.conf

+ 4
- 0
README.rst Zobrazit soubor

search: search:
- my.example.com - my.example.com
- example.com - example.com
options:
- ndots:5
- timeout:2
- attempts:2


Linux storage pillars Linux storage pillars
--------------------- ---------------------

+ 3
- 1
linux/files/resolv.conf Zobrazit soubor

nameserver {{ nameserver }} nameserver {{ nameserver }}
{%- endfor %} {%- endfor %}
{%- if network.resolv.get('options', False) %} {%- if network.resolv.get('options', False) %}
options {{ options|sort|join(' ') }}
{%- for option in network.resolv.options %}
options {{ option }}
{%- endfor %}
{%- endif %} {%- endif %}

Načítá se…
Zrušit
Uložit