summaryrefslogtreecommitdiffstats
path: root/cobbler/settings.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-02 16:50:33 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-02 16:50:33 -0400
commit35fd760f0fc069906da78aebf4a1ecb3e2414291 (patch)
treec771737cbb5c9829ca946733ee29beb385ffee9a /cobbler/settings.py
parent6ffd4eca30766153aa920888411f6437948757b2 (diff)
downloadthird_party-cobbler-35fd760f0fc069906da78aebf4a1ecb3e2414291.tar.gz
third_party-cobbler-35fd760f0fc069906da78aebf4a1ecb3e2414291.tar.xz
third_party-cobbler-35fd760f0fc069906da78aebf4a1ecb3e2414291.zip
Added some check code for BIND.
Diffstat (limited to 'cobbler/settings.py')
-rw-r--r--cobbler/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cobbler/settings.py b/cobbler/settings.py
index 70b2ac8..bf12545 100644
--- a/cobbler/settings.py
+++ b/cobbler/settings.py
@@ -24,6 +24,7 @@ TESTMODE = False
DEFAULTS = {
"allow_duplicate_macs" : 0,
"allow_duplicate_ips" : 0,
+ "bind_bin" : "/usr/sbin/named",
"bootloaders" : {
"standard" : "/usr/lib/syslinux/pxelinux.0",
"ia64" : "/var/lib/cobbler/elilo-3.6-ia64.efi"
@@ -64,6 +65,7 @@ DEFAULTS = {
"next_server" : "127.0.0.1",
"omapi_enabled" : 0,
"omapi_port" : 647,
+ "omshell_bin" : "/usr/bin/omshell",
"pxe_just_once" : 0,
"register_new_installs" : 0,
"run_install_triggers" : 1,