소스 검색

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…
취소
저장