- Learning Puppet Security
- Jason Slagle
- 221字
- 2021-07-23 19:49:41
Change tracking with Puppet
Puppet has a variety of ways to track changes. In its normal mode of operation, Puppet will track (and correct) changes to any resources in its catalog. This is by its nature what it's designed for. This can let you know that items have changed, but at the same time let you know that you can correct them to be the way you want them to be specified.
If you don't have a set state for your resources and you just want to know whether they have changed, you can use the audit meta-parameter. There is some evidence that this will be deprecated in Puppet 4; however, it is currently still available as this book is being written.
Finally, one can use noop to monitor changes. In this mode, Puppet will report on any changes to a resource from its baseline; however, it will not make an effort to change them back.
Noop can be used in a variety of fashions and will be covered at the end of the chapter.
The following table summarizes the available change tracking options:

We'll cover the audit and noop methodologies later in the section. We've already covered what can be done with declared resources in the previous chapter, and we will continue to build on it in the later chapters.
- Python快樂編程:人工智能深度學習基礎
- SOA實踐
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Learning ASP.NET Core 2.0
- Mastering C# Concurrency
- Mastering Ext JS
- JavaScript入門經典
- C語言程序設計上機指導與習題解答(第2版)
- Linux C編程:一站式學習
- Test-Driven Development with Django
- 計算機應用基礎教程(Windows 7+Office 2010)
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- Python機器學習與量化投資
- R的極客理想:量化投資篇
- Python預測分析與機器學習