I'm stumped. I want to change the cache location. The default is in the user profile temp folder; it makes for a VERY long path on Windows. I have looked over all the docs; and I can't seem to figure this out.
Here I see that I can specify client.rb
settings on the chef-solo
provisioner.
and here I see that the cache path is a setting in the client.rb
specified by cache_path
.
This leads me to believe that I should be able to:
provisioner:
name: chef_solo
client_rb:
cache_path: c:/chef/cache
But this does not seem to work :( Can anyone tell me the correct way to accomplish this?