Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created September 5, 2012 01:08
Show Gist options
  • Save coderforhire/3628763 to your computer and use it in GitHub Desktop.
Save coderforhire/3628763 to your computer and use it in GitHub Desktop.
Spice.setup do |s|
s.server_url = "http://mydomain.com:4000"
s.client_name = "aa"
s.client_key = Spice.read_key_file("/home/aa/.chef/aa.pem")
s.chef_version = "0.10.10"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment