Changes between Version 27 and Version 28 of Obsolete/Development/Templates/Generated
- Timestamp:
- May 10, 2008, 5:56:34 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Development/Templates/Generated
v27 v28 56 56 * `rpms.tpl` : list of RPMs updated by the gLite update. This is normally the output of [source:SCDB/trunk/src/utils/misc/rpmUpdates.pl src/utils/misc/rpmUpdates.pl/rpmUpdates.pl] '''unedited'''. 57 57 * `init.tpl` (optional) : a template defining some specific configuration options at the very beginning of the node configuration. This can be used to define variables used by other standard templates, e.g. `CONDOR_VERSION`. 58 * update post-config per machine type (optional) : such templates define actions specific to a node type, as installing a specific version of a RPM. This is done after the standard update configuration (`config.tpl`). To be used the template name must be the value of variable `GLITE_UPDATE_POSTCONFIG` (generally defined in a machine type template). 58 * update post-config per machine type (optional) : such templates define actions specific to a node type, as installing a specific version of a RPM. This is done after the standard update configuration (`config.tpl`). To be used the template name must be the value of variable `GLITE_UPDATE_POSTCONFIG` (generally defined in a machine type template). If the template designated by `GLITE_UPDATE_POSTCONFIG` doesn't exist for the current gLite Update, it is silently ignored. 59 59 60 60 == Trusted CAs Template ==