Changes between Version 27 and Version 28 of Obsolete/Development/Templates/Generated


Ignore:
Timestamp:
May 10, 2008, 5:56:34 PM (18 years ago)
Author:
jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Development/Templates/Generated

    v27 v28  
    5656 * `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'''.
    5757 * `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.
    5959
    6060== Trusted CAs Template ==