Skip to content

Instantly share code, notes, and snippets.

@thbar
Created February 8, 2012 21:02
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thbar/1773854 to your computer and use it in GitHub Desktop.
Save thbar/1773854 to your computer and use it in GitHub Desktop.
solo.rb for windows node
tmp = 'c:/tmp/chef-solo'
file_cache_path tmp
data_bag_path File.join(tmp, 'data_bags')
cookbook_path [ File.join(tmp, 'site-cookbooks'),
File.join(tmp, 'cookbooks') ]
role_path File.join(tmp, 'roles')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment