summaryrefslogtreecommitdiffstats
path: root/cobbler/collection_systems.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/collection_systems.py')
-rw-r--r--cobbler/collection_systems.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cobbler/collection_systems.py b/cobbler/collection_systems.py
index 2edad6a..d353bbc 100644
--- a/cobbler/collection_systems.py
+++ b/cobbler/collection_systems.py
@@ -9,10 +9,10 @@ Systems are hostnames/MACs/IP names and the associated profile
they belong to.
"""
class Systems(collection.Collection):
-
+
def factory_produce(self,config):
return system.System(config)
-
+
def filename(self):
return "/var/lib/cobbler/systems"