bundles/dhcpd: download oui.txt
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
2457d5b435
commit
4f9281a4a4
1 changed files with 8 additions and 0 deletions
|
@ -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 = {
|
svc_systemd = {
|
||||||
'isc-dhcp-server': {
|
'isc-dhcp-server': {
|
||||||
'needs': {
|
'needs': {
|
||||||
|
|
Loading…
Reference in a new issue