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

svn commit: r1365301 - /vcl/site/trunk/content/configsystem.mdtext

Author: jfthomps
Date: Tue Jul 24 21:29:56 2012
New Revision: 1365301

URL: http://svn.apache.org/viewvc?rev=1365301&view=rev
Log:
CMS commit to vcl by jfthomps

Modified:
    vcl/site/trunk/content/configsystem.mdtext

Modified: vcl/site/trunk/content/configsystem.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/configsystem.mdtext?rev=1365301&r1=1365300&r2=1365301&view=diff
==============================================================================
--- vcl/site/trunk/content/configsystem.mdtext (original)
+++ vcl/site/trunk/content/configsystem.mdtext Tue Jul 24 21:29:56 2012
@@ -32,10 +32,11 @@ configvariable:
 * key - string in config.data to replace with the value of this variable
 * datatype - enum(int, string) - type of this variable so that the frontend knows how to validate it
 
- 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 - ??
+    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 - ??