projects
/
p5sagit/Oyster.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2bfa703
)
Root password given only on returned object
Marco Fontani [Sat, 20 Nov 2010 19:35:58 +0000 (19:35 +0000)]
lib/Oyster/Provision/Rackspace.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Oyster/Provision/Rackspace.pm
b/lib/Oyster/Provision/Rackspace.pm
index
ee2002a
..
10f92fd
100644
(file)
--- a/
lib/Oyster/Provision/Rackspace.pm
+++ b/
lib/Oyster/Provision/Rackspace.pm
@@
-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;