From 07619fb5a0f6b998c77566b9794966eb77647125 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 9 Feb 2014 10:01:50 +0000 Subject: [PATCH] Add MAC address for grindtooth's OOB card --- cookbooks/dhcpd/templates/default/dhcpd.conf.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb index 34988e626..ed23e9acb 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -80,6 +80,12 @@ host fiddlestick.oob.openstreetmap.org { fixed-address fiddlestick.oob.openstreetmap.org; } +host grindtooth.oob.openstreetmap.org { + hardware ethernet 00:1b:78:04:37:de; + server-name "grindtooth.oob.openstreetmap.org"; + fixed-address grindtooth.oob.openstreetmap.org; +} + host horntail.oob.openstreetmap.org { hardware ethernet 00:e0:81:46:95:6e; server-name "horntail.oob.openstreetmap.org"; -- 2.43.2