summaryrefslogtreecommitdiffstats
path: root/cobbler/distros.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/distros.py')
-rw-r--r--cobbler/distros.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cobbler/distros.py b/cobbler/distros.py
index a6b4b14..a510fd0 100644
--- a/cobbler/distros.py
+++ b/cobbler/distros.py
@@ -8,6 +8,7 @@ and initrd files
"""
class Distros(Collection):
_item_factory = distro.Distro
+ _filename = "/var/lib/cobbler/distros"
def remove(self,name):
"""