Created
December 6, 2011 06:08
-
-
Save patcon/1436974 to your computer and use it in GitHub Desktop.
skeleton knife.rb for Chef cookbook development in Vagrant
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
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 '[email protected]' | |
cookbook_license 'apachev2' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment