2010-03-18 10:47:57 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-06-06 14:26:05 +00:00
|
|
|
class ElbTools < AmazonWebServicesFormula
|
2010-03-18 10:47:57 +00:00
|
|
|
homepage 'http://developer.amazonwebservices.com/connect/entry.jspa?categoryID=251&externalID=2536'
|
|
|
|
url 'http://ec2-downloads.s3.amazonaws.com/ElasticLoadBalancing.zip'
|
2011-12-05 02:03:18 +00:00
|
|
|
version '1.0.15.1'
|
|
|
|
md5 '8807c6192a58cc08d289ff4af1a6caa8'
|
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
|