]> git.openstreetmap.org Git - chef.git/commitdiff
Add ramoth OOB to dhcp config
authorTom Hughes <tom@compton.nu>
Sat, 8 Dec 2018 17:04:43 +0000 (17:04 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 8 Dec 2018 17:04:43 +0000 (17:04 +0000)
cookbooks/dhcpd/templates/default/dhcpd.conf.erb

index e473a88865e32e40738abf070af9891777d4b155..b6bf5a5f84ba92903d4c8935385ebfb88f2d35ff 100644 (file)
@@ -104,6 +104,12 @@ host pummelzacken.oob.openstreetmap.org {
   fixed-address pummelzacken.oob.openstreetmap.org;
 }
 
+host ramoth.oob.openstreetmap.org {
+  hardware ethernet 0c:c4:7a:af:75:eb;
+  server-name "ramoth.oob.openstreetmap.org";
+  fixed-address ramoth.oob.openstreetmap.org;
+}
+
 host ridley.oob.openstreetmap.org {
   hardware ethernet d4:85:64:52:2d:d8;
   server-name "ridley.oob.openstreetmap.org";