Chef - Using Berkshelf What is Berkshelf Berkshelf is a dependency manager for cookbooks. Chef supermarket is a location for all the community cookbooks, which you can download and install…
Chef - Using Berkshelf What is Berkshelf Berkshelf is a dependency manager for cookbooks. Chef supermarket is a location for all the community cookbooks, which you can download and install…
Purpose - To setup a node with Tomcat web container instance using chef Step1: Generate a cookbook # chef generate cookbook tomcat_v8 Generating cookbook tomcat_v8 - Ensuring correct cookbook file content…
Purpose - To set up a role for the node and define runlist and attributes Pre-requisites – Hosted Chef Server - https://manage.chef.io/ desktop1.example.com - Used for preparing cookbooks and recipes…