ソースを参照

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 %}

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