# 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是一个非常高效的配置管理工具，可以结合到代码中方便修改配置文件
