bkerby

Untitled

Jul 27th, 2012
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $> cat solo.rb
  2. file_cache_path "/home/user/.chef-solo/cache"
  3. cookbook_path "/home/user/code/chef-solo/cookbooks"
  4. json_attribs "/home/user/code/chef-solo/config.json"
  5. role_path "/home/user/code/chef-solo/roles"
  6. node_name %x{ uname -n }.chomp
  7. chef_root File.dirname(File.expand_path(__FILE__)) + "/.."
Advertisement
Add Comment
Please, Sign In to add comment