Puppet Classes Puppet classes are the set of puppet resources that are grouped together as a single unit. Classes are used to…
Puppet Tutorial
Puppet Function As we know, Puppet uses Ruby programming language, and like other programming languages, Ruby also supports the function. We can…
Puppet Modules Puppet Module is a collection of files, classes, templates, and resources. Each module handles a specific task in your infrastructure,…
Puppet RESTful API To offers the communication between the Puppet master and agents, Puppet uses RESTful APIs. The URL to access the…
Configuration Management System administrators regularly execute repetitive tasks such as server installation, server configuration, etc. By writing some scripts, they can automate…
Puppet Custom Function Puppet allows us to create custom functions. Custom functions help to boost and extend the capacity of Puppet modules…
Puppet Facter & Facts In Puppet, we can put several values as an environment variable with the help of a facter. Facter…
Puppet File Server As we know, Puppet uses the client and server model where one system works as a server called puppet…
Puppet Installation Before installation of Puppet, let us look at some prerequisites: Prerequisites Here, we will use two virtual machines with Ubuntu…
Puppet Manifest In puppet, all the programs are written in Ruby programming language and added with an extension of .pp is known…