bundles/powerdns: use named-checkzone to verify zone integrity
This commit is contained in:
parent
0edb7137f4
commit
05d69c1f12
1 changed files with 1 additions and 3 deletions
|
@ -106,9 +106,7 @@ if node.metadata.get('powerdns/features/bind', False):
|
|||
'metadata_records': node.metadata.get(f'powerdns/bind-zones/{zone}/records', []),
|
||||
},
|
||||
'source': f'bind-zones/{zone}',
|
||||
# TODO enable this once bundlewrap has test_with
|
||||
# was introduced in https://github.com/bundlewrap/bundlewrap/commit/cb7e9c161719acd70d132a7b24f0d231a8cb3fa3
|
||||
#'test_with': f'named-checkzone {zone} {{}}',
|
||||
'test_with': f'named-checkzone {zone} {{}}',
|
||||
'triggers': {
|
||||
'action:powerdns_reload_zones',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue