summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/action_sync.py')
-rw-r--r--cobbler/action_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 86aaa2f..0a0c263 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -613,7 +613,7 @@ class BootSync:
print _("Warning: Itanium system object (%s) needs an IP address to PXE") % system.name
- filename = "%s.conf" % self.utils_config_filename(system)
+ filename = "%s.conf" % utils.get_config_filename(system)
f2 = os.path.join(self.settings.tftpboot, filename)
f3 = os.path.join(self.settings.webdir, "systems", f1)