Skip to content

Instantly share code, notes, and snippets.

@patcon
Created December 6, 2011 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patcon/1436974 to your computer and use it in GitHub Desktop.
Save patcon/1436974 to your computer and use it in GitHub Desktop.
skeleton knife.rb for Chef cookbook development in Vagrant
require 'librarian/chef/integration/knife'
current_dir = File.dirname(__FILE__)
cookbook_path = [ Librarian::Chef.install_path, "#{current_dir}/../cookbooks-overrides" ]
cookbook_copyright 'Myplanet Digital'
cookbook_email 'devops@myplanetdigital.com'
cookbook_license 'apachev2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment