Skip to content

Instantly share code, notes, and snippets.

@mperham
Created July 26, 2010 17:50
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 mperham/490914 to your computer and use it in GitHub Desktop.
Save mperham/490914 to your computer and use it in GitHub Desktop.
task :test do
puts `knife cookbook test -a -u foo -c test_config.rb`
end
file_cache_path "/tmp"
cookbook_path ["chef/cookbooks", "chef/site-cookbooks"]
role_path "chef/roles"
cache_type "BasicFile"
cache_options({ :path => "/tmp/checksums", :skip_expires => true })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment