Skip to content

Instantly share code, notes, and snippets.

@wizardishungry
Created June 28, 2012 02:40
Show Gist options
  • Save wizardishungry/3008438 to your computer and use it in GitHub Desktop.
Save wizardishungry/3008438 to your computer and use it in GitHub Desktop.
My knife.rb for quickly switching between work and home configs
require "chef/knife"
CHEF_ENV = ENV['CHEF_ENV'] || "get-a-life"
log_level :debug
log_location STDOUT
eval File.read "#{File.dirname File.expand_path(__FILE__)}/knife-#{CHEF_ENV}.rb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment