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'
|
2014-03-25 23:45:52 +00:00
|
|
|
version '1.0.34.0'
|
|
|
|
sha1 '3d2c30a8fe8294a51463aac6ec926b908cc11f4a'
|
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
|