Bläddra i källkod

Fixed the dns records grain

Change-Id: I574c6e1a31f71502eb279cdc3c5768ee483d73fa
pull/122/head
Ales Komarek 7 år sedan
förälder
incheckning
7a7ddfbf8f
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. +2
    -1
      linux/meta/salt.yml

+ 2
- 1
linux/meta/salt.yml Visa fil

@@ -21,7 +21,8 @@ grain:
{%- set dns_records = [] %}
{%- for host_name, host in network.host.items() %}
{%- if host.get('grain', False) %}
{%- do dns_records.append(host.pop('grain')) %}
{%- do host.pop('grain') %}
{%- do dns_records.append(host) %}
{%- endif %}
{%- endfor %}
dns_records:

Laddar…
Avbryt
Spara