Skip to content

Instantly share code, notes, and snippets.

@adamhjk
Created September 4, 2015 18:44
Show Gist options
  • Save adamhjk/eee6b3b3ba881847dca9 to your computer and use it in GitHub Desktop.
Save adamhjk/eee6b3b3ba881847dca9 to your computer and use it in GitHub Desktop.
case ENV['CHEF_ENVIRONMENT']
when "a"
chef_server_url "http://a/organizations/FOO"
client_key "a.pem"
when "b"
chef_server_url "http://b/organizations/FOO"
client_key "b.pem"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment