Tag: Puppet

Puppet : Working with Puppet Forge to use pre-written community modules to configure Nginx Webserver

In my previous article, titled,“Puppet : Writing Complex dynamic “Motd” module using facts” , I wrote about how to write complex “motd” module to display motd when someone login to any server in the environment. In this article, we are going to see how to use “Puppet Forge” to Download and use pre-written community modules. We will see how can we can […]

Puppet : Writing Complex dynamic “Motd” module using facts

In my previous article, titled,“Puppet : Writing simple “Motd” module” , I wrote about how to write simple “motd” module to display motd when someone login to any server in the environment. In this article, we are going to see more complex way of writing manifests using “modules”. We will see how can we write a […]

Puppet: Writing simple manifests

In my previous article, I wrote about how to build a puppet Master-client infrastructure. In this article, we are going to learn how to write simple manifest to create “a user.” Introduction to Puppet: “Puppet is a Configuration Management tool that is used for deploying, configuring and managing servers.” Puppet uses a Master Slave architecture in […]

Puppet : Building puppet Master-Client Infrastructure

Puppet is a Configuration Management tool that is used for deploying, configuring and managing servers. Puppet uses a Master Slave architecture in which the Master and Slave communicate through a secure encrypted channel with the help of SSL. In this article, we are going to learn how to configure Puppet Master — Slave architecture. Pre-requisites: […]

Back To Top

Contact Us