Chef Supermarket: How to use pre-written community cookbooks
Supermarket is the Chef community’s central clearing house for sharing cookbooks, tools, and plugins. It is a place for Chef community members to download community cookbooks, collaborate on cookbooks, and upload cookbooks to be used by other community members. Here we’ll learn how to download “ntpd” cookbook from chef supermarket and use it. Prerequisites: You […]
Chef : Writing cookbook to configure apache webserver
Chef is infrastructure automation tool which can be used to build infra as code. This is quite useful tool which lets you to do numerous tasks simultaneously on hundreds of servers with just few commands…e.g. configuring application , install packages, create users…etc and much more… Here, we’ll see how to write cookbook to configure apache […]