projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf5bc83
)
Add DHCP entry for noquiklos OOB card
author
Tom Hughes
<tom@compton.nu>
Thu, 3 Oct 2013 16:42:50 +0000
(17:42 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 3 Oct 2013 16:42:50 +0000
(17:42 +0100)
cookbooks/dhcpd/templates/default/dhcpd.conf.erb
patch
|
blob
|
history
diff --git
a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb
b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb
index 1872158a41aab05db1a7c2b7242ce295554a7367..b7e74507fb57fa41a1bd8b4dc5e5bf870b98fecd 100644
(file)
--- a/
cookbooks/dhcpd/templates/default/dhcpd.conf.erb
+++ b/
cookbooks/dhcpd/templates/default/dhcpd.conf.erb
@@
-80,6
+80,12
@@
host idris.oob.openstreetmap.org {
fixed-address idris.oob.openstreetmap.org;
}
+host noquiklos.oob.openstreetmap.org {
+ hardware ethernet 18:a9:05:70:b0:1e;
+ server-name "noquiklos.oob.openstreetmap.org";
+ fixed-address noquiklos.oob.openstreetmap.org;
+}
+
host norbert.oob.openstreetmap.org {
hardware ethernet 00:1c:c4:7c:14:f6;
server-name "norbert.oob.openstreetmap.org";