Skip to content

Commit

Permalink
Root password given only on returned object
Browse files Browse the repository at this point in the history
  • Loading branch information
mfontani committed Nov 20, 2010
1 parent 2bfa703 commit 355db0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Oyster/Provision/Rackspace.pm
Expand Up @@ -58,8 +58,8 @@ sub create {
},
],
);
$server->create_server;
warn "Server root password: ", $server->adminpass, "\n";
my $newserver = $server->create_server;
warn "Server root password: ", $newserver->adminpass, "\n";

do {
$|=1;
Expand Down

0 comments on commit 355db0c

Please sign in to comment.