Merge branch 'master' of git.shadowcat.co.uk:Oyster
[p5sagit/Oyster.git] / lib / Dist / Zilla / App / Command / provision.pm
index 001edad..7f4160a 100644 (file)
@@ -37,8 +37,8 @@ sub execute {
 
   $hash{provision_backend} = delete $hash{type} || 'Rackspace';
   $hash{pub_ssh} ||= "$ENV{HOME}/.ssh/id_rsa.pub";
-  $hash{size}    ||= 128;
-  $hash{image}   ||= 'meerkat'; # TODO, should this be determined on backend?
+  $hash{size}    ||= 1;  # id 1 - ram 256 MiB - disk 10 GiB
+  $hash{image}   ||= 69; # id 69 - Ubuntu 10.10 (meerkat)
 
   use Oyster::Provision;
   my $server = Oyster::Provision->new(