bundles/dhcpd: download oui.txt
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-15 11:40:33 +01:00
parent 2457d5b435
commit 4f9281a4a4
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -25,6 +25,14 @@ files = {
},
}
actions = {
# needed for dhcp-lease-list
'dhcpd_download_oui.txt': {
'command': 'wget http://standards-oui.ieee.org/oui.txt -O /usr/local/etc/oui.txt',
'unless': 'test -f /usr/local/etc/oui.txt',
},
}
svc_systemd = {
'isc-dhcp-server': {
'needs': {