How to Use Chef with Linux | chef-repo directory | Chef with Linux

2K views Aug 20, 2023
publisher-humix monibe.com

How to Use Chef with Linux, Go to your Workstation terminal and download the Chef DK by using wget command and paste the link. Execute this: wget https://packages.chef.io/stable/el/6/chefdk-1.0.3-1.el6.x86_64.rpm Download Chef DK - Chef Tutorial - Edureka The package is now downloaded. It is time to install this package using rpm. Execute this: rpm -ivh chefdk-1.0.3-1.el6.x86_64.rpm Install Chef DK - Chef Tutorial - Edureka Chef DK is now installed in my Workstation. Step 2: Create a Recipe in the Workstation Let us start by creating a Recipe in the Workstation and test it locally to ensure it is working. Create a folder named chef-repo. We can create our Recipes inside this folder. Execute this:

#Software