Created
February 24, 2013 19:34
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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