Turn Your Vehicle Into a Smart Earning Asset

While you’re not driving your car or bike, it can still be working for you. MOTOSHARE helps you earn passive income by connecting your vehicle with trusted renters in your city.

🚗 You set the rental price
🔐 Secure bookings with verified renters
📍 Track your vehicle with GPS integration
💰 Start earning within 48 hours

Join as a Partner Today

It’s simple, safe, and rewarding. Your vehicle. Your rules. Your earnings.

How to call another chef recipe within same or other Cookbook?

How to call another chef recipe within same or other Cookbook?

How to call another chef recipe within same Cookbook?
You can use include_recipe with a file name of the another-recipe such as

include_recipe 'another-recipe.rb'Code language: JavaScript (javascript)

How to call another chef recipe with another Cookbook?

You can use include_recipe with a cookbookname::recipe of the another cookbook such as

include_recipe 'ebs::raids'
include_recipe '::my_java' # works still after you rename your cookbook
include_recipe 'base::my_java' # works only as long as your cookbook name is baseCode language: PHP (php)

But when there is a include_recipe ‘my_java’ line in cookbook, which also requires a depends ‘my_java’ line in metadata.

Running multiple Chef Cookbook at a time?

You can add multiple Cookbook in one using following…

chef-client -z --runlist 'recipe[cookbook1::default],recipe[cookbook2::default],recipe[cookbook3::default],recipe[cookbook4::default]'Code language: JavaScript (javascript)

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.