From 978103bc2e95d16f840c98a337f170ecaf3771c2 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 19 Feb 2007 16:51:17 -0500 Subject: Fixes to work with older versions of Cheetah, small fix to system delete code so it deletes the right file in kickstarts_sys. --- cobbler.pod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cobbler.pod') diff --git a/cobbler.pod b/cobbler.pod index b635cea..2da2d00 100644 --- a/cobbler.pod +++ b/cobbler.pod @@ -393,6 +393,8 @@ legacy infrastructure, possibly including web apps that already generate kicksta Templated kickstart files are processed by the templating program/package Cheetah, so anything you can do in a Cheetah template can be done to a kickstart template. Learn more at http://www.cheetahtemplate.org/learn.html +When working with Cheetah, be sure to escape any shell macros that look like "$(this)" with something like "\$(this)" or errors may show up during the sync process. + Should you want to express larger sections of templating (more that can be decently expressed on the command line), you may want to edit /var/lib/cobbler/ files directly. Keep in mind that changes need to be valid YAML 1.0 syntax and "cobbler sync" should be run after making any changes to those files. =head2 DHCP CONFIGURATION MANAGEMENT -- cgit