summaryrefslogtreecommitdiffstats
path: root/cobbler/profiles.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/profiles.py')
-rw-r--r--cobbler/profiles.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cobbler/profiles.py b/cobbler/profiles.py
index c73e8c3..9fb2d92 100644
--- a/cobbler/profiles.py
+++ b/cobbler/profiles.py
@@ -11,6 +11,7 @@ additional options, with client-side defaults (not kept here).
"""
class Profiles(Collection):
_item_factory = profile.Profile
+ _filename = "/var/lib/cobbler/profiles"
def remove(self,name):
"""