aws-cfn-tools: additional instructions

Closes Homebrew/homebrew#14114.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Victor Trac 2012-08-10 14:15:33 -05:00 committed by Adam Vandenberg
parent b3b49818f7
commit 75cf523a10

View file

@ -13,6 +13,14 @@ class AwsCfnTools < AmazonWebServicesFormula
end
def caveats
standard_instructions "AWS_CLOUDFORMATION_HOME"
s = standard_instructions "AWS_CLOUDFORMATION_HOME"
s += <<-EOS.undent
export AWS_CREDENTIAL_FILE="<Path to the credentials file>"
Create the credential files with chmod 600 permissions containing two lines:
AWSAccessKeyId=<Your AWS Access ID>
AWSSecretKey=<Your AWS Secret Key>
EOS
return s
end
end