Author: bmbouter
Date: Wed Jan 28 18:37:47 2009
New Revision: 738581

URL: http://svn.apache.org/viewvc?rev=738581&view=rev
Log:
VCL-70

Added installation instructions to the beginning of the moduel so others know 
how to install this module


Modified:
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm

Modified: 
incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm?rev=738581&r1=738580&r2=738581&view=diff
==============================================================================
--- 
incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm 
(original)
+++ 
incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm 
Wed Jan 28 18:37:47 2009
@@ -29,7 +29,13 @@
 
 =head1 DESCRIPTION
 
- This module provides a starting point for other VCL provisioning modules
+ This module provides a starting point for other VCL provisioning modules.  To 
install this module in your VCL installation, create the following three 
database entries in your vcl database.
+
+1)  Insert a row into the module table with `perlpackage` equal to 
'VCL::Module::Provisioning::helloworld'
+2)  Insert a row into the provisioning table with `moduleid` equal to the id 
of the entry from step 1 in the module table
+3)  Insert/Modify a row in the computers table with `provisioningid` equal to 
the id of the entry from step 2 in the provisioning table
+
+Any computer table entry modified according to step 3 will now use the 
helloworld.pm provisioning module.
 
 =cut
 


Reply via email to