]> git.openstreetmap.org Git - chef.git/commitdiff
dhcpd: correct oob1.dub mac address
authorGrant Slater <git@firefishy.com>
Tue, 2 Aug 2022 12:23:14 +0000 (15:23 +0300)
committerGrant Slater <git@firefishy.com>
Tue, 2 Aug 2022 12:23:57 +0000 (15:23 +0300)
cookbooks/dhcpd/templates/default/dhcpd.conf.erb

index 3cc9ecfa10c8609d8c0d28a59ab8bd44db27cb37..b5c8dae33cd7efd88acb338b37465d4eaa492226 100644 (file)
@@ -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;
 }