Author: fapeeler
Date: Thu Oct  1 16:23:46 2009
New Revision: 820704

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

left out 2nd attempt to add user


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

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm?rev=820704&r1=820703&r2=820704&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm Thu Oct  1 
16:23:46 2009
@@ -617,10 +617,12 @@
                        notify($ERRORS{'OK'}, 0, "detected user already has 
account");
                        if ($self->delete_user()) {
                                notify($ERRORS{'OK'}, 0, "user has been deleted 
from $computer_node_name");
+                               @sshcmd = run_ssh_command($computer_node_name, 
$image_identity, $useradd_string, "root");
                        }
                }
        }
 
+
        if ($user_standalone) {
                notify($ERRORS{'DEBUG'}, 0, "Standalone user setting single-use 
password");
                my $reservation_password = 
$self->data->get_reservation_password();


Reply via email to