summaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-05-03 12:07:51 -0400
committerJim Meyering <jim@meyering.net>2006-05-03 12:07:51 -0400
commit96b4556a97263691ad4de85cd8101526f351e401 (patch)
treefe5b4b8bb9716f9d23143bb2f9355ed177f0809e /config.py
parent535fe4a5d4bdcf489a58f352b11abe0350718e7a (diff)
downloadthird_party-cobbler-96b4556a97263691ad4de85cd8101526f351e401.tar.gz
third_party-cobbler-96b4556a97263691ad4de85cd8101526f351e401.tar.xz
third_party-cobbler-96b4556a97263691ad4de85cd8101526f351e401.zip
Intermediate commit during packaging. And some other stuff.
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index aadb5d3..6a1024e 100644
--- a/config.py
+++ b/config.py
@@ -25,7 +25,7 @@ class BootConfig:
def __init__(self,api):
self.api = api
self.settings_file = "/etc/cobbler.conf"
- self.state_file = "/var/cobbler/cobbler.conf"
+ self.state_file = "/var/lib/cobbler/cobbler.conf"
self.set_defaults()
self.clear()