]> git.openstreetmap.org Git - chef.git/commitdiff
Add OOB MAC for ysera
authorTom Hughes <tom@compton.nu>
Sun, 11 Aug 2019 14:57:49 +0000 (15:57 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 11 Aug 2019 14:57:49 +0000 (15:57 +0100)
cookbooks/dhcpd/templates/default/dhcpd.conf.erb

index 596b62ebf158de54a00a4a76837b79c23379605c..3faa2e60ee810abf806cf6e65eacb0963246bb25 100644 (file)
@@ -266,3 +266,9 @@ host yevaud.oob.openstreetmap.org {
   server-name "yevaud.oob.openstreetmap.org";
   fixed-address yevaud.oob.openstreetmap.org;
 }
   server-name "yevaud.oob.openstreetmap.org";
   fixed-address yevaud.oob.openstreetmap.org;
 }
+
+host ysera.oob.openstreetmap.org {
+  hardware ethernet ac:1f:6b:c1:40:2a;
+  server-name "ysera.oob.openstreetmap.org";
+  fixed-address ysera.oob.openstreetmap.org;
+}