Monday, February 3, 2014

Puppet - Notes

Resources = types of things and attributes
Manifests = Resources + Functions + Flow Control
Classes = named block of puppet code can enclose resources, functions, flow control
Module = directory with files including manifests

Resource ordering is sneaky. {before, require, notify, subscribe}


No comments:

Post a Comment