Puppet
Puppet : It is a configuration management tool. Server-client architecture. In Puppet we need a puppet server and rest all systems are called as Puppet clients. Two Editions : Open Source and Enterprise. It is developed by Puppet Labs. In puppet server we will write down the configurations and then that will be applied on clients. This configuration is called a module. In puppet, module apply to which system is called Manifests. ...