Sfoglia il codice sorgente

Merge "Fixed the dns records grain"

pull/122/head
Jakub Josef 7 anni fa
parent
commit
dff0f414c4
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      linux/meta/salt.yml

+ 2
- 1
linux/meta/salt.yml Vedi File

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

Loading…
Annulla
Salva