summaryrefslogtreecommitdiffstats
path: root/templates/dhcp.template
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-05-01 10:20:49 -0400
committerMichael DeHaan <mdehaan@redhat.com>2009-05-01 10:20:49 -0400
commitdb8cb1da39b3e9e90ab9a2592485e35fe53eedc3 (patch)
tree77414bbdbcb5476cbdd6c27f9972c44e9baf6a70 /templates/dhcp.template
parentf3e294f5575d4bc9bb95e274cdec8fc55675074d (diff)
downloadcobbler-db8cb1da39b3e9e90ab9a2592485e35fe53eedc3.tar.gz
cobbler-db8cb1da39b3e9e90ab9a2592485e35fe53eedc3.tar.xz
cobbler-db8cb1da39b3e9e90ab9a2592485e35fe53eedc3.zip
Fix dhcp template
Conflicts: CHANGELOG
Diffstat (limited to 'templates/dhcp.template')
-rw-r--r--templates/dhcp.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dhcp.template b/templates/dhcp.template
index 0dd92073..7b6b5eb1 100644
--- a/templates/dhcp.template
+++ b/templates/dhcp.template
@@ -45,7 +45,7 @@ group {
fixed-address $iface.ip_address;
#end if
#if $iface.hostname:
- hostname $iface.hostname;
+ option hostname $iface.hostname;
#end if
#if $iface.subnet:
option subnet-mask $iface.subnet;