Improved formatting
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Thu, 6 Jan 2005 13:46:43 +0000 (13:46 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Thu, 6 Jan 2005 13:46:43 +0000 (13:46 +0000)
org.glite.deployment.lb/config/templates/glite-lb.cfg.xml

index 44a7dad..0b49dcf 100644 (file)
@@ -6,7 +6,15 @@
                <!-- User-defined parameters - Please change them -->
                <!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -->
 
-               <!-- gLite configuration -->
+               <GLITE_USER
+                       description="The account used to run the LB daemons"
+                       value="changeme"/>
+                       
+               <!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -->
+               <!-- Advanced parameters - Change them if you know what you're doing -->
+               <!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -->
+
+               <!-- Installer configuration -->
                <glite.installer.verbose
                        description="Enable verbose output"
                        value="true"/>
                        description="Enable check of host certificates"
                        value="true"/>
 
-               <GLITE_USER
-                       description="The account used to run the LB daemons"
-                       value="changeme"/>
-                       
-               <!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -->
-               <!-- Optimization parameters - Change them if you know what you're doing -->
-               <!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -->
-
                <!-- MySQL DB -->
                <lb.database.name
                        description="The mySQL database name to create for storing LB data
                <!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -->
                <!-- System parameters - You should leave these alone -->
                <!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -->               
-               <dirlist value='/opt/glite/var'/>
+
+               <dirlist
+                       description="List of directory to be created"
+                       value="/opt/glite/var"/>
+
        </parameters>
 </config>
\ No newline at end of file