Skip to content

Instantly share code, notes, and snippets.

@murphybytes
Created April 30, 2013 17:11
Show Gist options
  • Select an option

  • Save murphybytes/5490197 to your computer and use it in GitHub Desktop.

Select an option

Save murphybytes/5490197 to your computer and use it in GitHub Desktop.
Typical chef client configuration
log_level :info
log_location STDOUT
node_name 'east-prod-jumpserver'
client_key '/home/ubuntu/.chef/east-prod-jumpserver.pem'
validation_client_name 'chef-validator'
validation_key '/home/ubuntu/.chef/validation.pem'
chef_server_url 'http://mychefserver.com:4000'
cache_type 'BasicFile'
cache_options( :path => '/home/ubuntu/.chef/checksums' )
knife[:aws_access_key_id] = 'XXXXXXXXXXXXXXXXX'
knife[:aws_secret_access_key] = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
knife[:aws_ssh_key_id] = 'aws-p-e-base'
knife[:bootstrap_version] = "10.24.0"
knife[:template_file] = "/home/ubuntu/.chef/bootstrap/ubuntu12.04-gems.erb"
cookbook_path [ File.join( './cookbooks' ) ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment