week6 – Community cookbooks and further resources
Community cookbooks and further resources week6 – Community cookbooks and further resources
From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.
With Motoshare, every parked vehicle finds a purpose.
Owners earn. Renters ride.
🚀 Everyone wins.
Community cookbooks and further resources week6 – Community cookbooks and further resources
Write a cookbook using you can install apache http server in CentOs and Ubuntu, enable the services and start the service. Write a recipe using template resources to create a file, but only if an attribute has a specific value. Write a recipe to create a file using a string, but not if “/etc/passwd” exists? … Read more
Write a cookbook using you can install apache http server in CentOs and Ubuntu, enable the services and start the service. Write a recipe using template resources to create a file, but only if an attribute has a specific value. Write a recipe to create a file using a string, but not if “/etc/passwd” exists? … Read more
Problems Area – Our infrastructure has many cookbooks that aim to be reusable, primarily through encapsulating behaviour in LWRPs. This led to an explosion of LWRPs and sometimes the documentation didn’t keep up or did just not exist. Solution 1: Follow Best Practices This command will create a README.rdoc by default, and I prefer Markdown, … Read more
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