summaryrefslogtreecommitdiffstats
path: root/cobbler/collection_profiles.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/collection_profiles.py')
-rw-r--r--cobbler/collection_profiles.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cobbler/collection_profiles.py b/cobbler/collection_profiles.py
index cc23c12..b691822 100644
--- a/cobbler/collection_profiles.py
+++ b/cobbler/collection_profiles.py
@@ -11,10 +11,10 @@ might represent a 'desktop' profile. For Xen, there are many
additional options, with client-side defaults (not kept here).
"""
class Profiles(collection.Collection):
-
+
def factory_produce(self,config):
return profile.Profile(config)
-
+
def filename(self):
return "/var/lib/cobbler/profiles"