Introduction to Puppet
Puppet is a configuration management system. It is used to bring hosts to the desired state and maintain that state. I have been working with Puppet for over five years. This text is essentially a translated and rearranged compilation of key points from the official documentation that will help newcomers quickly grasp the essentials of Puppet. Basic Information The Puppet operating model is client-server, although a serverless version with limited functionality is also supported. It uses […]
