From: Tom Hughes Date: Sat, 8 Dec 2018 17:04:43 +0000 (+0000) Subject: Add ramoth OOB to dhcp config X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ecf8073b1fcf9fcd28430c37d2016d83c61c906d Add ramoth OOB to dhcp config --- diff --git a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb index e473a8886..b6bf5a5f8 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -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";