Know about metadata.rb and metadata.json in Chef
What is Metadata in chef? In order to understand cookbooks without evaluating them every files, we generate metadata about cookbooks What is metadata.rb? Before unerstanding about metadata.json, we need to understand about metadata.rb. Every cookbook requires a small amount of metadata. Metadata is stored in a file called metadata.rb that lives at the top of … Read more