Policy Starter Kit
The Policy Starter Kit comprises two parts:
- The Community Open Promise Body Library (COPBL):
You import the cfengine standard library into your Cfengine policy. This is a lingua franca of standard nuts'n'bolts definitions that you can use to build up solutions within cfengine. It is an interface layer that brings industry-wide standardization of Cfengine configuation scripting and hides awkward technical details.
Include it like this:
body common control { inputs => { "cfengine_stdlib.cf" }; }And then go on to this:
- The Cfengine Modular Bundles:
This is a collection of `recipes' or solution bundles for solving common configuration problems. Many of them can be used `out of the box' and others can be treated as examples that you modify for your own use.






