summaryrefslogtreecommitdiffstats
path: root/cobbler/remote.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-16 14:42:37 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-16 14:42:37 -0400
commit90666a4a0a3c918a31f7cdfd9fa9fd2a6ad48705 (patch)
tree2b135312747da84917c25486d90b57b6be5e9ccd /cobbler/remote.py
parent17f0ac054ef5bf160909095aaf119931edd5c39c (diff)
downloadthird_party-cobbler-90666a4a0a3c918a31f7cdfd9fa9fd2a6ad48705.tar.gz
third_party-cobbler-90666a4a0a3c918a31f7cdfd9fa9fd2a6ad48705.tar.xz
third_party-cobbler-90666a4a0a3c918a31f7cdfd9fa9fd2a6ad48705.zip
The settings file is now /etc/cobbler/settings, and cobbler's command line
will warn the user the old file is no longer in use and ask them to delete it before proceeding.
Diffstat (limited to 'cobbler/remote.py')
-rw-r--r--cobbler/remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/remote.py b/cobbler/remote.py
index 69754a3..1a414f3 100644
--- a/cobbler/remote.py
+++ b/cobbler/remote.py
@@ -193,7 +193,7 @@ class CobblerXMLRPCInterface:
def get_settings(self,token=None):
"""
- Return the contents of /var/lib/cobbler/settings, which is a hash.
+ Return the contents of /etc/cobbler/settings, which is a hash.
"""
self.log("get_settings",token=token)
return self.__get_all("settings")