From 05e54ced02b14b1549a315d0522c10c1e240aecb Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Mon, 5 Jun 2017 21:38:47 +0200 Subject: [PATCH] Change mac address of lock. --- 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 f8e1ed0..b951990 100644 --- a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 +++ b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 @@ -100,7 +100,7 @@ host klopi { } host lock { - hardware ethernet b8:27:eb:5d:e7:6e; + hardware ethernet b8:27:eb:f8:b9:0d; fixed-address lock.binary.kitchen; }