remove obsolete includes
This commit is contained in:
parent
2712d212b6
commit
1fb71a0f25
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
from ipaddress import ip_address, ip_interface
|
from ipaddress import ip_address, ip_interface
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
import json
|
|
||||||
from bundlewrap.metadata import MetadataJSONEncoder
|
|
||||||
from hashlib import sha3_512
|
from hashlib import sha3_512
|
||||||
|
|
||||||
|
|
||||||
|
@ -132,7 +130,7 @@ for view_name, view_conf in master_node.metadata.get('bind/views').items():
|
||||||
'svc_systemd:bind9:restart',
|
'svc_systemd:bind9:restart',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
svc_systemd['bind9'] = {}
|
svc_systemd['bind9'] = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue