Created
March 7, 2012 19:44
-
-
Save nhunzaker/1995525 to your computer and use it in GitHub Desktop.
Configuring Chef Example 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export ORGNAME=your_org | |
| export OPSCODE_USER=your_name | |
| export AWS_ACCESS_KEY_ID=your_key | |
| export AWS_SECRET_ACCESS_KEY=your_secret_key | |
| export AWS_SSH_KEY_ID=name_of_your_amazon_pub_key_file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment