Procházet zdrojové kódy

Allow to edit the dhclient_conf via the interfaces state.

pull/9/head
René Jochum před 9 roky
rodič
revize
b1daeff7a5
1 změnil soubory, kde provedl 11 přidání a 1 odebrání
  1. +11
    -1
      network/interfaces.sls

+ 11
- 1
network/interfaces.sls Zobrazit soubor

@@ -12,7 +12,17 @@
{%- endif -%}
{%- endmacro -%}

{% if salt['pillar.get']('network:interfaces', False) %}
{%- if 'dhclient_conf' in salt['pillar.get']('network') %}
dhclient_conf:
file.managed:
- name: /etc/dhcp/dhclient.conf
- mode: 644
- user: root
- group: root
- contents_pillar: network:dhclient_conf
{% endif %}

{%- if salt['pillar.get']('network:interfaces', False) %}
{% set interfaces = interfaces + salt['pillar.get']('network:interfaces') %}
{% endif %}


Načítá se…
Zrušit
Uložit