chef / chef-cli

The 'chef' command line tool included in Chef Workstation
Apache License 2.0
16 stars 24 forks source link

Update generators to allow use of own license template file #92

Open isuftin opened 9 years ago

isuftin commented 9 years ago

Currently, the chef generators only allow for a constrained list of licenses (@ https://github.com/opscode/chef-dk/blob/master/lib/chef-dk/generator.rb#L73 ) when creating a repo.

It would be great if we could provide a license name (in knife.rb?) that matches a file in https://github.com/opscode/chef-dk/tree/master/lib/chef-dk/skeletons/code_generator/templates/default

marcparadise commented 3 years ago

This may need a little more fleshing out before it meets 'Good First Issue' category. I'm removing that tag for now.