Skip to content

Instantly share code, notes, and snippets.

@kplimack
Created May 16, 2017 20:12
Show Gist options
  • Save kplimack/94acf2eec914421e13f9842a8672af67 to your computer and use it in GitHub Desktop.
Save kplimack/94acf2eec914421e13f9842a8672af67 to your computer and use it in GitHub Desktop.
log_level :info
log_location STDOUT
node_name 'jplimack'
client_key '/Users/jplimack/.chef/jplimack.pem'
validation_client_name 'chef-validator'
validation_key '/Users/jplimack/.chef/chef-validator.pem'
chef_server_url 'https://chef.ops.sendgrid.net/organizations/sendgrid'
syntax_check_cache_path '/Users/jplimack/.chef/syntax_check_cache'
cookbook_path ["/Users/jplimack/Downloads/cookbook_backup"]
cookbook_copyright 'SendGrid'
cookbook_email 'operations@sendgrid.net'
cookbook_license 'reserved'
chefdk.generator_cookbook "~/.chef/ops-generator"
ssl_verify_mode :verify_peer
knife[:forward_agent] = true
knife[:first_boot_attributes] = {
run_list: [ 'recipe[sendgrid_server]', 'recipe[sendgrid_telegraf]' ]
}
knife[:bootstrap_template] = "~/.chef/sendgrid-bootstrap-templates/chef-full-internal.erb"
knife[:bootstrap_version] = '12.17.44'
# Amazon AWS
knife[:aws_access_key_id] = ENV['AWS_ACCESS_KEY_ID']
knife[:aws_secret_access_key] = ENV['AWS_SECRET_ACCESS_KEY']
# Supermarket
knife[:supermarket_site] = 'https://supermarket.ops.sendgrid.net'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment