Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $> cat solo.rb
- file_cache_path "/home/user/.chef-solo/cache"
- cookbook_path "/home/user/code/chef-solo/cookbooks"
- json_attribs "/home/user/code/chef-solo/config.json"
- role_path "/home/user/code/chef-solo/roles"
- node_name %x{ uname -n }.chomp
- chef_root File.dirname(File.expand_path(__FILE__)) + "/.."
Advertisement
Add Comment
Please, Sign In to add comment