Guest User

Untitled

a guest
Feb 7th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # knife.rb
  2. root_path = File.expand_path("../../", __FILE__)
  3. cookbook_path [File.join(root_path, 'cookbooks', '/')]
  4. roles_path [File.join(root_path, 'roles', '/')]
  5. environment_path [File.join(root_path, 'environments', '/')]
  6. data_bag_path [File.join(root_path, 'data_bags', '/')]
  7. cookbook_copyright 'All Rights Reserved'
  8. cookbook_email 'hello@example.com'
  9.  
  10. client_key File::NULL # why?
  11. validation_key File::NULL # why?
Add Comment
Please, Sign In to add comment