From b6605467fa397d84e5fb0d830d146c7737f3d0f1 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Sat, 6 Oct 2018 20:37:41 +0200 Subject: [PATCH] dhcpd: new lock IP --- 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 575e5c4..fc1ed46 100644 --- a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 +++ b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 @@ -117,7 +117,7 @@ host klopi { } host lock { - hardware ethernet b8:27:eb:f8:b9:0d; + hardware ethernet b8:27:eb:d8:b9:ad; fixed-address lock.binary.kitchen; }