Parcourir la source

Fixed the dns records grain

Change-Id: I574c6e1a31f71502eb279cdc3c5768ee483d73fa
pull/122/head
Ales Komarek il y a 7 ans
Parent
révision
7a7ddfbf8f
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      linux/meta/salt.yml

+ 2
- 1
linux/meta/salt.yml Voir le fichier

@@ -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:

Chargement…
Annuler
Enregistrer