summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase
diff options
context:
space:
mode:
authorKen Raffenetti <raffenet@mcs.anl.gov>2006-11-27 17:16:04 +0000
committerKen Raffenetti <raffenet@mcs.anl.gov>2006-11-27 17:16:04 +0000
commit1cdf74980904350fe0b83c4df027b8285d770375 (patch)
tree11714728d53e234859116baea9555939991a873e /src/lib/Server/Hostbase
parent37d5aad49446adbd37519c27ce95bd65580f267d (diff)
downloadbcfg2-1cdf74980904350fe0b83c4df027b8285d770375.tar.gz
bcfg2-1cdf74980904350fe0b83c4df027b8285d770375.tar.bz2
bcfg2-1cdf74980904350fe0b83c4df027b8285d770375.zip
tweak to Hostbase settings
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2551 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Hostbase')
-rw-r--r--src/lib/Server/Hostbase/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Hostbase/settings.py b/src/lib/Server/Hostbase/settings.py
index 50b1ae594..de319ca0b 100644
--- a/src/lib/Server/Hostbase/settings.py
+++ b/src/lib/Server/Hostbase/settings.py
@@ -43,7 +43,7 @@ TIME_ZONE = ''
# enter the defauly MX record machines will get in Hostbase
# this setting may move elsewhere eventually
DEFAULT_MX = options['default_mx']
-PRIORITY = int(option['priority'])
+PRIORITY = int(options['priority'])
SESSION_EXPIRE_AT_BROWSER_CLOSE = True