You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2009/10/01 18:23:46 UTC

svn commit: r820704 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

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();