summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-02 12:41:20 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-02 12:41:20 -0400
commit13eff0d1bb7e36569a00bcd291d73781ab2351e4 (patch)
tree7db31b5904982b39d8ee39a192dbe037345f21c8 /templates
parent82f4bb814835a8aadcfe5cbba8bfbc4359c34b39 (diff)
downloadthird_party-cobbler-13eff0d1bb7e36569a00bcd291d73781ab2351e4.tar.gz
third_party-cobbler-13eff0d1bb7e36569a00bcd291d73781ab2351e4.tar.xz
third_party-cobbler-13eff0d1bb7e36569a00bcd291d73781ab2351e4.zip
Adjusting the dhcp patch some, prior to moving it all into modules/
Diffstat (limited to 'templates')
-rw-r--r--templates/dhcp.template4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/dhcp.template b/templates/dhcp.template
index 19afcad..344b108 100644
--- a/templates/dhcp.template
+++ b/templates/dhcp.template
@@ -9,7 +9,9 @@ ddns-update-style interim;
allow booting;
allow bootp;
-omapi-port 647;
+#if $omapi_enabled
+omapi-port $omapi_port;
+#end if
ignore client-updates;
set vendorclass = option vendor-class-identifier;