X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/20ff2d6b6e63457bcb51498822869f37dad64051..c810e6117c2e4e131aa859942566e2734e815148:/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";