summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/models.py
diff options
context:
space:
mode:
authorKen Raffenetti <raffenet@mcs.anl.gov>2006-11-30 20:13:52 +0000
committerKen Raffenetti <raffenet@mcs.anl.gov>2006-11-30 20:13:52 +0000
commit2c2766fe6d404b63729d34874aa0b18a87dd7d43 (patch)
treee01933b17a291f7a329ca535e2f14b11b5c2362c /src/lib/Server/Hostbase/hostbase/models.py
parentd8a9236ec2fd511bf29980fcc43155629b49ff88 (diff)
downloadbcfg2-2c2766fe6d404b63729d34874aa0b18a87dd7d43.tar.gz
bcfg2-2c2766fe6d404b63729d34874aa0b18a87dd7d43.tar.bz2
bcfg2-2c2766fe6d404b63729d34874aa0b18a87dd7d43.zip
tweaks for a more standard installation
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2554 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Hostbase/hostbase/models.py')
-rw-r--r--src/lib/Server/Hostbase/hostbase/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/models.py b/src/lib/Server/Hostbase/hostbase/models.py
index 4c29c8178..dbb63cc3a 100644
--- a/src/lib/Server/Hostbase/hostbase/models.py
+++ b/src/lib/Server/Hostbase/hostbase/models.py
@@ -44,7 +44,7 @@ class Host(models.Model):
security_class = models.CharField('class', maxlength=16)
support = models.CharField(maxlength=8, choices=SUPPORT_CHOICES)
csi = models.CharField(maxlength=32, blank=True)
- printq = models.CharField(maxlength=32)
+ printq = models.CharField(maxlength=32, blank=True)
outbound_smtp = models.BooleanField()
primary_user = models.EmailField()
administrator = models.EmailField(blank=True)