diff --git a/bundles/dhcpd/items.py b/bundles/dhcpd/items.py index 85e388e..f3d7125 100644 --- a/bundles/dhcpd/items.py +++ b/bundles/dhcpd/items.py @@ -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': {