2010-03-18 10:47:57 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-06-06 14:26:05 +00:00
|
|
|
class ElbTools < AmazonWebServicesFormula
|
2012-07-01 20:22:07 +00:00
|
|
|
homepage 'http://aws.amazon.com/developertools/2536'
|
2010-03-18 10:47:57 +00:00
|
|
|
url 'http://ec2-downloads.s3.amazonaws.com/ElasticLoadBalancing.zip'
|
2013-11-08 16:33:47 +00:00
|
|
|
version '1.0.23.0'
|
|
|
|
sha1 '525ee0ff595b88ffba2a5aa54d49451d0973c90a'
|
2010-11-29 16:18:20 +00:00
|
|
|
|
|
|
|
depends_on 'ec2-api-tools'
|
2010-03-18 10:47:57 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
standard_install
|
|
|
|
end
|
|
|
|
|
|
|
|
def caveats
|
|
|
|
standard_instructions "AWS_ELB_HOME"
|
|
|
|
end
|
|
|
|
end
|