Changes between Version 19 and Version 20 of Doc/gLite/TemplateCustomization
- Timestamp:
- Jan 16, 2007, 12:55:34 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v19 v20 147 147 * `NODE_VO_CREATEHOME` (boolean) : create home directories for pool accounts. Default : true. 148 148 149 In addition you can execute actions specific to the local site or machine by defining the following variable:150 * `NODE_VO_ SITE_CONFIG` (string) : site specific template that must be included before actually doing VO intialization. Allow for specific VO modification to default VO configuration.Default : none.149 In addition you can execute actions specific to the local machine by defining the following variable (mainly used to define a VO list specific to a node by assigning a non default value to `VOS` variable) : 150 * `NODE_VO_CONFIG` (string) : site specific template that must be included before actually doing VO intialization. Allow for specific VO modification to default VO configuration. Default : none. 151 151 152 152 '''Note : before modifying default VO configuration for a specific machine, be sure what you want to do is valid. Misconfiguring VO can have dramatic effects on service availability.'''