Changes between Version 41 and Version 42 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Mar 29, 2007, 3:41:38 PM (19 years ago)
Author:
Yannick Patois
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v41 v42  
    9696Alternativly, you can define these parameters directly into `VOS_SITE_PARAMS` :
    9797{{{
    98 variable VOS_SITE_PARAMS = nlist ('alice', nlist('lbhost' = 'myrb.example.org:9000',
    99                                                  'nshost' = 'myrb.example.org:7772',
     98variable VOS_SITE_PARAMS = nlist ('alice', nlist('lbhost' , 'myrb.example.org:9000',
     99                                                 'nshost' , 'myrb.example.org:7772',
    100100                                                ),
    101101                                 );