From 79230057afdbbecb6d7b74a43f6e40003cd5d79e Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Wed, 3 Jan 2024 23:34:18 +0100 Subject: [PATCH] dhcpd: replace ap04 with a newer model --- roles/dhcpd/templates/dhcp/dhcpd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 index 83469b7..0ff0743 100644 --- a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 +++ b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 @@ -142,7 +142,7 @@ host ap01 { } host ap04 { - hardware ethernet 44:48:c1:ce:90:06; + hardware ethernet 74:9e:75:ce:93:54; fixed-address ap04.binary.kitchen; }