Skip to content

Instantly share code, notes, and snippets.

@phosphene
Created February 24, 2013 19:34
Show Gist options
  • Save phosphene/5025195 to your computer and use it in GitHub Desktop.
Save phosphene/5025195 to your computer and use it in GitHub Desktop.
knife.rb with cache options for test of solo runs using test kitchen
log_level :info
log_location STDOUT
#cookbook_path ['./cookbooks']
cache_type 'BasicFile'
cache_options( :path => '~/.chef/checksums' )
cookbook_path [ './cookbooks', './site-cookbooks' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment