bundlewrap/bundles/dhcpd/items.py
2020-11-13 23:30:49 +01:00

15 lines
305 B
Python

files = {
'/etc/dhcp/dhcpd.conf': {
'content_type': 'mako',
'context': {
'dhcp_config': node.metadata.get('dhcpd'),
},
'needs': {
'pkg_apt:'
},
'triggers': {
'svc_systemd:isc-dhcp-server:restart',
},
},
}