Author: arkurth
Date: Thu Jan 29 18:45:26 2015
New Revision: 1655792

URL: http://svn.apache.org/r1655792
Log:
VCL-564
Added $SOURCE_CONFIGURATION_DIRECTORY variable to Ubuntu.pm so that other 
subroutines locate its tools/Ubuntu directory.

Modified:
    vcl/trunk/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm

Modified: vcl/trunk/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm?rev=1655792&r1=1655791&r2=1655792&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm Thu Jan 29 
18:45:26 2015
@@ -53,6 +53,27 @@ use VCL::utils;
 
 ##############################################################################
 
+=head1 CLASS VARIABLES
+
+=cut
+
+=head2 $SOURCE_CONFIGURATION_DIRECTORY
+
+ Data type   : String
+ Description : Location on the management node of the files specific to this OS
+               module which are needed to configure the loaded OS on a 
computer.
+               This is normally the directory under 'tools' named after this OS
+               module.
+               
+               Example:
+               /usr/local/vcl/tools/Ubuntu
+
+=cut
+
+our $SOURCE_CONFIGURATION_DIRECTORY = "$TOOLS/Ubuntu";
+
+##############################################################################
+
 =head1 OBJECT METHODS
 
 =cut


Reply via email to