浏览代码

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:

正在加载...
取消
保存