rapid7 / builderator

Tools to make CI Packer builds awesome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate Berkshelf metadata task

athompson-r7 opened this issue · comments

We should deprecate the Berkshelf, :metadata task, it isn't called directly from builderator and I doubt anyone is using this anymore.

This task can be replaced with the following knife command. Removing this would also allow us to remove the chef gem dependency.

From the cookbook directory:

knife cookbook metadata from file ./metadata.rb

@rapid7/platform-delivery-austin @rapid7/platform-delivery-belfast @rapid7/platform-delivery-cambridge