summaryrefslogtreecommitdiffstats
path: root/cobbler/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/settings.py')
-rw-r--r--cobbler/settings.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/cobbler/settings.py b/cobbler/settings.py
index 1c607cc..e8b713f 100644
--- a/cobbler/settings.py
+++ b/cobbler/settings.py
@@ -41,12 +41,6 @@ DEFAULTS = {
"pxe_just_once" : 0,
"server" : "127.0.0.1",
"snippetsdir" : "/var/lib/cobbler/snippets",
- "storage_modules" : {
- "distro" : 'serializer_yaml',
- "profile" : 'serializer_yaml',
- "system" : 'serializer_yaml',
- "repo" : 'serializer_yaml',
- },
"syslog_port" : 25150,
"tftpboot" : "/tftpboot",
"tftpd_bin" : "/usr/sbin/in.tftpd",
@@ -68,6 +62,9 @@ class Settings(serializable.Serializable):
else:
return "/var/lib/cobbler/settings"
+ def collection_type(self):
+ return "settings"
+
def __init__(self):
"""
Constructor.