Skip to content

Instantly share code, notes, and snippets.

@igable
Created November 1, 2014 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igable/f986804612e5862a8307 to your computer and use it in GitHub Desktop.
Save igable/f986804612e5862a8307 to your computer and use it in GitHub Desktop.
Knife config file for chef stand alone mode for SC14
current_dir = File.dirname(__FILE__)
log_level :info
log_location STDOUT
node_name "smckee"
cache_type 'BasicFile'
cache_options( :path => "#{ENV['HOME']}/.chef/checksums" )
cookbook_path ["#{current_dir}/../chef-repo/cookbooks"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment