Use the newer :puppet livery, and default to an m1.large for testing

This commit is contained in:
R. Tyler Croy 2012-08-12 15:48:54 -07:00
parent 0fe437a69d
commit 13fd202b6b
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ Given /^an empty host$/ do
Blimpy.fleet do |fleet|
fleet.add(:aws) do |ship|
ship.name = 'pentagram-cucumber'
ship.livery = :cwd
ship.flavor = 'm1.small'
ship.livery = :puppet
ship.flavor = 'm1.large'
ship.ports = [22, 80]
end
end