Browse Source

added missing default pillar values for all currently supported operating systems

tags/v0.1
Arnold Bechtoldt 10 years ago
parent
commit
fc3bc7ca30
1 changed files with 6 additions and 3 deletions
  1. +6
    -3
      network/defaults.yaml

+ 6
- 3
network/defaults.yaml View File

ip: ff02::2 ip: ff02::2
- name: ip6-allhosts - name: ip6-allhosts
ip: ff02::3 ip: ff02::3
routes: {}
RedHat: RedHat:
interfaces: interfaces:
pkgs: [] pkgs: []
ip: ff02::2 ip: ff02::2
- name: ip6-allhosts - name: ip6-allhosts
ip: ff02::3 ip: ff02::3
routes: {}
FreeBSD: FreeBSD:
resolver:
values:
path: /etc/resolv.conf
interfaces:
resolver: {}
hosts: {}
routes: {}
{% endload %} {% endload %}

Loading…
Cancel
Save