lib/generators/vulcanize/templates/base/config/rubber/rubber.yml in rubber-1.5.11 vs lib/generators/vulcanize/templates/base/config/rubber/rubber.yml in rubber-1.6.0
- old
+ new
@@ -78,10 +78,10 @@
# Ubuntu 10.04 Lucid base install 32-bit ami-1437dd7d
# Ubuntu 10.04 Lucid base install 64-bit ami-4234de2b
#
# m1.small or m1.large or m1.xlarge
image_type: m1.small
- image_id: "#{ %w{m1.small c2.medium}.include?(image_type) ? 'ami-1437dd7d' : 'ami-4234de2b' }"
+ image_id: "#{ %w{m1.small c1.medium}.include?(image_type) ? 'ami-1437dd7d' : 'ami-4234de2b' }"
# OPTIONAL: EC2 spot instance request support.
#
# Enables the creation of spot instance requests. Rubber will wait synchronously until the request is fulfilled,
# at which point it will begin initializing the instance, unless spot_instance_request_timeout is set.