X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7b349944f59c003d96922db74ac973a89a7c07c8..466a754ea1faf94186d1cc7b86af657934c48bc1:/cookbooks/dhcpd/templates/default/dhcpd.conf.erb diff --git a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb index af2496dec..5544c3c59 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -81,6 +81,12 @@ host karm.oob.openstreetmap.org { fixed-address karm.oob.openstreetmap.org; } +host lockheed.oob.openstreetmap.org { + hardware ethernet 44:1e:a1:57:8f:fe; + server-name "lockheed.oob.openstreetmap.org"; + fixed-address lockheed.oob.openstreetmap.org; +} + host noquiklos.oob.openstreetmap.org { hardware ethernet 18:a9:05:70:b0:1e; server-name "noquiklos.oob.openstreetmap.org"; @@ -249,12 +255,6 @@ host tiamat-23.oob.openstreetmap.org { fixed-address tiamat-23.oob.openstreetmap.org; } -host thorn-01.oob.openstreetmap.org { - hardware ethernet 44:1e:a1:57:8f:fe; - server-name "thorn-01.oob.openstreetmap.org"; - fixed-address thorn-01.oob.openstreetmap.org; -} - host thorn-02.oob.openstreetmap.org { hardware ethernet e4:11:5b:ce:e8:aa; server-name "thorn-02.oob.openstreetmap.org";