Skip to content

Instantly share code, notes, and snippets.

@rcreasey
Created November 3, 2011 19:03
Show Gist options
  • Select an option

  • Save rcreasey/1337462 to your computer and use it in GitHub Desktop.

Select an option

Save rcreasey/1337462 to your computer and use it in GitHub Desktop.
opscode_user = ENV['OPSCODE_USER'] || ENV['USER']
orgname = ENV['ORGNAME'] || "ign"
node_name "#{opscode_user}"
client_key "#{ENV['HOME']}/.chef/#{opscode_user}.pem"
chef_server_url "https://api.opscode.com/organizations/#{orgname}"%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment