Created
February 8, 2012 21:02
-
-
Save thbar/1773854 to your computer and use it in GitHub Desktop.
solo.rb for windows node
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
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