Changes between Version 41 and Version 42 of Doc/gLite/TemplateCustomization
- Timestamp:
- Mar 29, 2007, 3:41:38 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v41 v42 96 96 Alternativly, you can define these parameters directly into `VOS_SITE_PARAMS` : 97 97 {{{ 98 variable VOS_SITE_PARAMS = nlist ('alice', nlist('lbhost' ='myrb.example.org:9000',99 'nshost' ='myrb.example.org:7772',98 variable VOS_SITE_PARAMS = nlist ('alice', nlist('lbhost' , 'myrb.example.org:9000', 99 'nshost' , 'myrb.example.org:7772', 100 100 ), 101 101 );