瀏覽代碼

Fixed the dns records grain

Change-Id: I574c6e1a31f71502eb279cdc3c5768ee483d73fa
pull/122/head
Ales Komarek 7 年之前
父節點
當前提交
7a7ddfbf8f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      linux/meta/salt.yml

+ 2
- 1
linux/meta/salt.yml 查看文件

@@ -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…
取消
儲存