summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-14 15:52:03 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-14 15:52:03 -0400
commitda5afb37f3d5f8ce4e4ad0508206eb68c8db25c9 (patch)
tree24cfe223fa29e0dbadcf6a1efecc53f1c7273059 /CHANGELOG
parentb7217f4730ed54abaec95855a682c5c9f3b73870 (diff)
downloadthird_party-cobbler-da5afb37f3d5f8ce4e4ad0508206eb68c8db25c9.tar.gz
third_party-cobbler-da5afb37f3d5f8ce4e4ad0508206eb68c8db25c9.tar.xz
third_party-cobbler-da5afb37f3d5f8ce4e4ad0508206eb68c8db25c9.zip
Since it's common to want to reference the name of the profile in a template, and
that changes whether the rendering is a per-profile or per-system kickstart, I've added three new variables to make things easier: "distro_name", "profile_name", and "system_name" which show up in the templates automatically in addition to the existing "distro", "profile", and "name" you get for a system, or "distro" and "name" for profile. This is more consistant and easier to use in the templating language.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 32ff3e0..c34ffff 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,7 @@ Cobbler CHANGELOG
- move warning about reposync to check also (check is more useful at runtime now)
- build pxe trees for systems even if interface0 is undefined
- add sync() back into XMLRPC API, missing in 0.9.1
+- added 'distro_name', 'profile_name', and 'system_name' to generated template vars
- Fri May 09 2008 - 0.9.1
- patch to allow yumopts to override gpgcheck