Chapter 5. Extending Your Puppet Infrastructure with Modules
In the previous chapter, you learned about the tools that create modularized and reusable Puppet code in the form of classes and defined types. We discussed that almost all the Puppet resources should be separated into appropriate classes, except if they logically need to be part of a defined type. This is almost enough syntax to build manifests for an entire fleet of agent nodes - each selecting the appropriate composite classes, which in turn include further required classes, with all the classes recursively instantiating the defined types.
What has not been discussed up until now is the organization of the manifests in the filesystem. It is obviously undesirable to stuff all of your code into one large site.pp
file. The answer to this problem is provided by modules and will be explained in this chapter.
Besides organizing classes and defines, modules are also a way to share common code. They are software libraries for Puppet manifests and plugins. They also offer a convenient place to locate the interface descriptions that were hinted at in the previous chapter. Puppet Labs runs a dedicated service for hosting open source modules, called the Puppet Forge.
The existence and general location of the modules were mentioned briefly in Chapter 3, A Peek under the Hood – Facts, Types, and Providers. It is now time to explore these and other aspects in greater detail. We'll cover the following topics in this chapter:
- An overview of Puppet's modules
- Maintaining environments
- Following modules' best practices
- Building a specific module
- Finding helpful Forge modules
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- Getting started with Google Guava
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- SQL for Data Analytics
- C語言程序設計案例精粹
- RabbitMQ Cookbook
- Express Web Application Development
- WordPress 4.0 Site Blueprints(Second Edition)
- Linux C編程:一站式學習
- Scala for Machine Learning(Second Edition)
- 細說Python編程:從入門到科學計算
- Laravel Application Development Blueprints
- IoT Projects with Bluetooth Low Energy
- Python預測分析實戰
- Java核心編程