lib/generators/vulcanize/templates/base/config/rubber/rubber.yml in rubber-1.12.1 vs lib/generators/vulcanize/templates/base/config/rubber/rubber.yml in rubber-1.12.2
- old
+ new
@@ -73,15 +73,15 @@
# OPTIONAL: Needed for backing up database to s3
# backup_bucket: "#{app_name}-backups"
# REQUIRED: the ami and instance type for creating instances
# The Ubuntu images at http://alestic.com/ work well
- # Ubuntu 10.04 Lucid base install 32-bit ami-6407f20d
- # Ubuntu 10.04 Lucid base install 64-bit ami-ac07f2c5
+ # Ubuntu 10.04 Lucid base install 32-bit ami-7000f019
+ # Ubuntu 10.04 Lucid base install 64-bit ami-fa01f193
#
# m1.small or m1.large or m1.xlarge
image_type: m1.small
- image_id: "#{ %w{m1.small c1.medium}.include?(image_type) ? 'ami-6407f20d' : 'ami-ac07f2c5' }"
+ image_id: "#{ %w{m1.small c1.medium}.include?(image_type) ? 'ami-7000f019' : 'ami-fa01f193' }"
# 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.