From b584a30e45c39e9e3bcc45e2d8079915f506e62c Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 2 Aug 2022 15:23:14 +0300 Subject: [PATCH] dhcpd: correct oob1.dub mac address --- cookbooks/dhcpd/templates/default/dhcpd.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb index 3cc9ecfa1..b5c8dae33 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -47,7 +47,7 @@ host pdu2.ams.openstreetmap.org { } host oob1.dub.openstreetmap.org { - hardware ethernet f6:43:70:77:29:60; + hardware ethernet 62:bd:62:a6:05:25; server-name "oob1.dub.openstreetmap.org"; fixed-address oob1.dub.openstreetmap.org; } -- 2.39.5