From: Marco Fontani Date: Mon, 22 Nov 2010 19:17:02 +0000 (+0000) Subject: updated SYNOPSIS X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b05eb1ae7537e043d34d9837e9dae9ce9451123;hp=b66f0754b24f3ba86314390d034d5ec069a41de1;p=p5sagit%2FOyster.git updated SYNOPSIS --- diff --git a/lib/Oyster/Provision.pm b/lib/Oyster/Provision.pm index e498a22..ca9d5bf 100644 --- a/lib/Oyster/Provision.pm +++ b/lib/Oyster/Provision.pm @@ -34,9 +34,9 @@ Oyster::Provision - Provision an Oyster =head1 SYNOPSIS my $server = Oyster::Provision->new( - name => 'Ostrica', - size => '256', - image => 'Meerkat', + name => 'Ostrica', + size => '1', # 256 MiB RAM + image => '69', # Ubuntu 10.10 Maverick pub_ssh => "$ENV{HOME}/.ssh/id_rsa.pub", ); $server->create;