# Puppet

[puppet](https://puppetlabs.com)的[开源版本](https://puppetlabs.com/puppet/puppet-open-source)是目前最成熟且文档和社区非常完善的模块化配置管理工具。

## 一些参考文档

* [如何用Puppet和Augeas管理Linux配置](https://linux.cn/article-4300-1.html) - 翻译自[How to manage configurations in Linux with Puppet and Augeas](http://xmodulo.com/manage-configurations-linux-puppet-augeas.html)（原网站有很多有Linux系统管理相关的FAQ文档，写得非常详细）

Augeas是一个非常高效的配置管理工具，可以结合到代码中方便修改配置文件


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/devops/puppet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
