commit | 417e8c5cdb459434e1e2ba2dca019e041fb8822f | [log] [tgz] |
---|---|---|
author | Ales Komarek <ales.komarek@newt.cz> | Fri Aug 25 15:10:29 2017 +0200 |
committer | Ales Komarek <ales.komarek@newt.cz> | Tue Aug 29 14:07:23 2017 +0200 |
tree | 5f7407f58745319befcc5289a2a8bf563e330a7f | |
parent | 361096c12aa0e327030fb8a787715602b7117810 [diff] [blame] |
Allow mining for the dns records for local hosts records Change-Id: I8f2a66c6edafc425794d7cedc8b9217df7ee5951
diff --git a/linux/files/hosts b/linux/files/hosts index 66951f0..64f4113 100644 --- a/linux/files/hosts +++ b/linux/files/hosts
@@ -31,7 +31,7 @@ 'ip6-allhosts' ], } -%} -{%- for name, host in network.host.iteritems() -%} +{%- for name, host in host_dict.iteritems() -%} {%- do hosts.update({host.address: host.names}) -%} {%- endfor %} {% for address, entries in hosts|dictsort %}