Explorar el Código

added missing default pillar values for all currently supported operating systems

tags/v0.1
Arnold Bechtoldt hace 10 años
padre
commit
fc3bc7ca30
Se han modificado 1 ficheros con 6 adiciones y 3 borrados
  1. +6
    -3
      network/defaults.yaml

+ 6
- 3
network/defaults.yaml Ver fichero

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

Cargando…
Cancelar
Guardar