summaryrefslogtreecommitdiffstats
path: root/cobbler/action_litesync.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-02-02 18:34:49 -0500
committerJim Meyering <jim@meyering.net>2007-02-02 18:34:49 -0500
commitce9a7eb431c43da5710d3e589eec1bd4a9dfd34d (patch)
treec6df0086930a960c8a2201f9cb780605aeeb1232 /cobbler/action_litesync.py
parent889dfd293ac1b753a317b495afed5cb26ad17985 (diff)
downloadthird_party-cobbler-ce9a7eb431c43da5710d3e589eec1bd4a9dfd34d.tar.gz
third_party-cobbler-ce9a7eb431c43da5710d3e589eec1bd4a9dfd34d.tar.xz
third_party-cobbler-ce9a7eb431c43da5710d3e589eec1bd4a9dfd34d.zip
Account for potential of per-system kickstart metadata variance.
Diffstat (limited to 'cobbler/action_litesync.py')
-rw-r--r--cobbler/action_litesync.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/cobbler/action_litesync.py b/cobbler/action_litesync.py
index a398102..e758452 100644
--- a/cobbler/action_litesync.py
+++ b/cobbler/action_litesync.py
@@ -97,8 +97,10 @@ class BootLiteSync:
raise cexceptions.CobblerException("error in system lookup")
# rebuild system_list file in webdir
self.sync.write_listings()
- # wire the PXE and YAML files for the system
+ # write the PXE and YAML files for the system
self.sync.write_all_system_files(system)
+ # per system kickstarts
+ self.sync.validate_kickstart_for_specific_system(system)
def remove_single_system(self, name):
# rebuild system_list file in webdir