2010-07-08 17:35:10 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-06-06 14:26:05 +00:00
|
|
|
class AutoScaling < AmazonWebServicesFormula
|
2012-01-29 01:21:11 +00:00
|
|
|
version '1.0.49.1'
|
2011-11-15 15:14:09 +00:00
|
|
|
homepage 'http://aws.amazon.com/developertools/2535'
|
|
|
|
url 'http://ec2-downloads.s3.amazonaws.com/AutoScaling-2011-01-01.zip'
|
2012-01-29 01:21:11 +00:00
|
|
|
md5 '9d94f533743c5e9c65dd76f69666e739'
|
2010-07-08 17:35:10 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
standard_install
|
|
|
|
end
|
|
|
|
|
|
|
|
def caveats
|
|
|
|
standard_instructions "AWS_AUTO_SCALING_HOME"
|
|
|
|
end
|
2011-03-10 05:11:03 +00:00
|
|
|
end
|