Chapter 2. The Master and Its Agents
So far, you have dealt with some concise Puppet manifests that were built to model some very specific goals. By means of the puppet apply
command, you can use such snippets on any machine in your infrastructure. This is not the most common way of using Puppet though, and this chapter will introduce you to the popular master/agent structure. It's worth noting, however, that applying standalone manifests can always be useful, which are independent of your overall Puppet design.
Under the master/agent paradigm, you will typically install the Puppet agent software on all nodes under your care and make them call the master, which is yet another Puppet installation. The master will compile the appropriate manifests and effectively remotely control the agents. Both the agent and the master authenticate themselves using trusted SSL certificates.
This chapter covers the following topics:
- The Puppet master
- Setting up the Puppet Agent
- Performance considerations
- Using Passenger with Nginx
- SSL troubleshooting
- Learning Python Web Penetration Testing
- JavaScript全程指南
- 深入淺出WPF
- C語言程序設計實踐教程
- WordPress Plugin Development Cookbook(Second Edition)
- Java程序設計
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- Python3.5從零開始學
- Quantum Computing and Blockchain in Business
- Building Dynamics CRM 2015 Dashboards with Power BI
- UML基礎與Rose建模實用教程(第三版)
- Android編程權威指南(第4版)
- Google Adsense優化實戰
- Java Web開發基礎與案例教程
- 實驗編程:PsychoPy從入門到精通