8 lines
248 B
Python
8 lines
248 B
Python
# for zone, records in node.metadata.get('bind/zones').items():
|
|
# files[f'/var/lib/bind/{zone}'] = {
|
|
# 'source': 'zonefile',
|
|
# 'content_type': 'mako',
|
|
# 'context': {
|
|
# 'records': records,
|
|
# }
|
|
# }
|