Skip to content

Instantly share code, notes, and snippets.

@fanatoly
Created May 22, 2013 16:38
Show Gist options
  • Save fanatoly/5629008 to your computer and use it in GitHub Desktop.
Save fanatoly/5629008 to your computer and use it in GitHub Desktop.
log_level :debug
log_location STDOUT
node_name 'fanatoly-mbp'
client_key '/Users/anatolyfayngelerin/dev/yieldmo/cfg/chef/repo/.chef/fanatoly-mbp.pem'
validation_client_name 'chef-validator'
validation_key '/Users/anatolyfayngelerin/dev/yieldmo/cfg/chef/repo/.chef/validation.pem'
chef_server_url 'http://chef.aws.in.yieldmo.com:4000'
syntax_check_cache_path '/Users/anatolyfayngelerin/dev/yieldmo/cfg/chef/repo/.chef/syntax_check_cache'
cookbook_path [ '/Users/anatolyfayngelerin/dev/yieldmo/cfg/chef/repo/cookbooks/' ]
knife[:aws_access_key_id] = 'REDACTED'
knife[:aws_secret_access_key] = 'REDACTED'
knife[:aws_ssh_key_id] = 'fanatoly'
# knife[:region] = '
# knife[:availability_zone] = '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment