You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by bu...@apache.org on 2012/07/24 23:30:00 UTC

svn commit: r826872 - in /websites/staging/vcl/trunk/content: ./ configsystem.html

Author: buildbot
Date: Tue Jul 24 21:29:59 2012
New Revision: 826872

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    websites/staging/vcl/trunk/content/configsystem.html

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 24 21:29:59 2012
@@ -1 +1 @@
-1365300
+1365302

Modified: websites/staging/vcl/trunk/content/configsystem.html
==============================================================================
--- websites/staging/vcl/trunk/content/configsystem.html (original)
+++ websites/staging/vcl/trunk/content/configsystem.html Tue Jul 24 21:29:59 2012
@@ -101,15 +101,19 @@
 <li>required - 0/1 - when mapped to something, is this variable always applied</li>
 <li>ask - 0/1 - will the user be prompted for a value for this variable, or will the default value always be used</li>
 <li>key - string in config.data to replace with the value of this variable</li>
-<li>datatype - enum(int, string) - type of this variable so that the frontend knows how to validate it</li>
+<li>
+<p>datatype - enum(int, string) - type of this variable so that the frontend knows how to validate it</p>
+<p>There are some initial, special names:</p>
+<ul>
+<li>subimage - used for clusters, specifies a subimage to be deployed</li>
+<li>min - used in conjunction with subimage to specify a minimum number of those subimages</li>
+<li>max - used in conjunction with subimage to specify a maximum number of those subimages</li>
+<li>runbefore - used to relate to other configs to specify that this should be run before the ones specified in 'value'</li>
+<li>runafter - used to relate to other configs to specify that this should be run after the ones specified in 'value'</li>
+<li>getdata - ??</li>
+</ul>
+</li>
 </ul>
-<p>There are some initial, special names:
- * subimage - used for clusters, specifies a subimage to be deployed
- * min - used in conjunction with subimage to specify a minimum number of those subimages
- * max - used in conjunction with subimage to specify a maximum number of those subimages
- * runbefore - used to relate to other configs to specify that this should be run before the ones specified in 'value'
- * runafter - used to relate to other configs to specify that this should be run after the ones specified in 'value'
- * getdata - ??</p>
   </div>
   
   <div id="footer">