Merge pull request #1780 from geekpi/master

[Translating] How to manage configurations in Linux with Puppet and Auge...
This commit is contained in:
geekpi 2014-10-06 09:57:36 +08:00
commit 4403ed3d74

View File

@ -1,3 +1,5 @@
Translating------------geekpi
How to manage configurations in Linux with Puppet and Augeas
================================================================================
Although [Puppet][1](注此文原文原文中曾今做过文件名“20140808 How to install Puppet server and client on CentOS and RHEL.md”,如果翻译发布过,可修改此链接为发布地址) is a really unique and useful tool, there are situations where you could use a bit of a different approach. Situations like modification of configuration files which are already present on several of your servers and are unique on each one of them at the same time. Folks from Puppet labs realized this as well, and integrated a great tool called [Augeas][2] that is designed exactly for this usage.