Book Image

Extending Puppet

By : Alessandro Franceschi
Book Image

Extending Puppet

By: Alessandro Franceschi

Overview of this book

Table of Contents (21 chapters)
Extending Puppet
Credits
Foreword
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we have reviewed Puppet modules by exploring various aspects.

We have seen the evolution and layout of modules: how the evolution of Puppet language has influenced the design of modules, in particular, how parameters are exposed and managed, from class parameterization to data in modules. We have also seen common approaches such as the params and anchor patterns.

We have faced the parameters' dilemma; we have analyzed the different kinds of parameters a module can expose and where they can be placed. We have also covered the stdmod naming convention initiative.

Finally, we have reviewed the most important reusability patterns. We have studied some of the reusability options we can add to modules to manage configuration files, extra resources, custom classes, and installation options.

Now, it's time to take a further step and examine how we can organize modules at a higher abstraction layer and how people are trying to manage full stacks of applications; this is a relatively...