Define install instead of making subclasses call standard_install
This commit is contained in:
parent
b3083bacdd
commit
27674ba497
8 changed files with 0 additions and 32 deletions
|
@ -6,10 +6,6 @@ class AutoScaling < AmazonWebServicesFormula
|
|||
version '1.0.61.6'
|
||||
sha1 '2e3aaaa2567f4dcafcedbfc05678270ab02ed341'
|
||||
|
||||
def install
|
||||
standard_install
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<-EOS.undent
|
||||
Before you can use these tools you must populate a file and export some variables to your $SHELL.
|
||||
|
|
|
@ -8,10 +8,6 @@ class AwsCfnTools < AmazonWebServicesFormula
|
|||
|
||||
depends_on 'ec2-api-tools'
|
||||
|
||||
def install
|
||||
standard_install
|
||||
end
|
||||
|
||||
def caveats
|
||||
s = standard_instructions "AWS_CLOUDFORMATION_HOME"
|
||||
s += <<-EOS.undent
|
||||
|
|
|
@ -8,10 +8,6 @@ class AwsElasticache < AmazonWebServicesFormula
|
|||
|
||||
depends_on 'ec2-api-tools'
|
||||
|
||||
def install
|
||||
standard_install
|
||||
end
|
||||
|
||||
def caveats
|
||||
standard_instructions "AWS_ELASTICACHE_HOME"
|
||||
end
|
||||
|
|
|
@ -6,10 +6,6 @@ class CloudWatch < AmazonWebServicesFormula
|
|||
version '1.0.20.0'
|
||||
sha1 'c3f5b856b3ff8e1ae06d0ad5db5dd27c214c4881'
|
||||
|
||||
def install
|
||||
standard_install
|
||||
end
|
||||
|
||||
def caveats
|
||||
s = standard_instructions "AWS_CLOUDWATCH_HOME"
|
||||
s += <<-EOS.undent
|
||||
|
|
|
@ -5,10 +5,6 @@ class Ec2AmiTools < AmazonWebServicesFormula
|
|||
url 'http://ec2-downloads.s3.amazonaws.com/ec2-ami-tools-1.5.3.zip'
|
||||
sha1 'a12a4b4cb9d602e70a51dcf0daad35b412828e4e'
|
||||
|
||||
def install
|
||||
standard_install
|
||||
end
|
||||
|
||||
def caveats
|
||||
standard_instructions "EC2_AMITOOL_HOME"
|
||||
end
|
||||
|
|
|
@ -5,10 +5,6 @@ class Ec2ApiTools < AmazonWebServicesFormula
|
|||
url 'http://ec2-downloads.s3.amazonaws.com/ec2-api-tools-1.7.1.0.zip'
|
||||
sha1 '154acfb5d117d0af1311c65030671cd56eb987aa'
|
||||
|
||||
def install
|
||||
standard_install
|
||||
end
|
||||
|
||||
def caveats
|
||||
standard_instructions "EC2_HOME"
|
||||
end
|
||||
|
|
|
@ -8,10 +8,6 @@ class ElbTools < AmazonWebServicesFormula
|
|||
|
||||
depends_on 'ec2-api-tools'
|
||||
|
||||
def install
|
||||
standard_install
|
||||
end
|
||||
|
||||
def caveats
|
||||
standard_instructions "AWS_ELB_HOME"
|
||||
end
|
||||
|
|
|
@ -5,10 +5,6 @@ class RdsCommandLineTools < AmazonWebServicesFormula
|
|||
url 'https://s3.amazonaws.com/rds-downloads/RDSCli-1.14.001.zip'
|
||||
sha1 'd0853f066ba1dca699a4a1d91581e11e523ec83a'
|
||||
|
||||
def install
|
||||
standard_install
|
||||
end
|
||||
|
||||
def caveats
|
||||
s = standard_instructions "AWS_RDS_HOME"
|
||||
s += <<-EOS.undent
|
||||
|
|
Loading…
Reference in a new issue