summaryrefslogtreecommitdiffstats
path: root/cobbler/action_litesync.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-22 14:07:59 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-22 14:07:59 -0400
commit6033b9b773c935c4f89388f5af762072f42d12ce (patch)
tree3d529ac8b6020764f949d9b6413da0dc3ac94c7b /cobbler/action_litesync.py
parent87116be1073d8a3868fe0e57f5735f094a548130 (diff)
downloadthird_party-cobbler-6033b9b773c935c4f89388f5af762072f42d12ce.tar.gz
third_party-cobbler-6033b9b773c935c4f89388f5af762072f42d12ce.tar.xz
third_party-cobbler-6033b9b773c935c4f89388f5af762072f42d12ce.zip
Use get_config_filename from utils
Diffstat (limited to 'cobbler/action_litesync.py')
-rw-r--r--cobbler/action_litesync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_litesync.py b/cobbler/action_litesync.py
index ded0543..21e6c62 100644
--- a/cobbler/action_litesync.py
+++ b/cobbler/action_litesync.py
@@ -113,7 +113,7 @@ class BootLiteSync:
self.sync.rmfile(os.path.join(self.settings.webdir, "systems", name))
# delete contents of kickstarts_sys/$name in webdir
if system_record.is_pxe_supported():
- filename = self.sync.get_config_filename(system_record)
+ filename = utils.get_config_filename(system_record)
self.sync.rmtree(os.path.join(self.settings.webdir, "kickstarts_sys", filename))
# delete PXE Linux configuration file (which might be in one of two places)