瀏覽代碼

added missing default pillar values for all currently supported operating systems

tags/v0.1
Arnold Bechtoldt 10 年之前
父節點
當前提交
fc3bc7ca30
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. +6
    -3
      network/defaults.yaml

+ 6
- 3
network/defaults.yaml 查看文件

@@ -58,6 +58,7 @@ Debian:
ip: ff02::2
- name: ip6-allhosts
ip: ff02::3
routes: {}
RedHat:
interfaces:
pkgs: []
@@ -120,8 +121,10 @@ RedHat:
ip: ff02::2
- name: ip6-allhosts
ip: ff02::3
routes: {}
FreeBSD:
resolver:
values:
path: /etc/resolv.conf
interfaces:
resolver: {}
hosts: {}
routes: {}
{% endload %}

Loading…
取消
儲存