Creating your own Lightweight Resource Providers (LWRP)

Chef offers the opportunity to extend the list of available resources by creating a custom Lightweight Resource Provider (LWRP). By creating your own custom resources, you can simplify writing cookbooks because your own custom resources enrich the Chef DSL and make your recipe code more expressive.

Many of the custom resources in Chef's community cookbooks (and elsewhere) are implemented as LWRPs. So, there are many working examples in the real world, such as iptables_rule, apt_repository, and many more.

In this section, we will create a very simple LWRP to demonstrate the basic mechanics.

Getting ready

Create a new cookbook named greeting and ensure that the run_list of your node includes

Get Chef: Powerful Infrastructure Automation now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.