Puppet Classes Puppet classes are the set of puppet resources that are grouped together as a single unit. Classes are used to…
puppet resources
-
-
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…
-
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…
-
Puppet Template Templates are written in a special language that generates text from data. Templates are documents that gather code, data, and…
-
Puppet Type and Provider Puppet Types Puppet types manage individual configuration items. Puppet provides a package type, a user type, a service…
-
Puppet Tutorial Puppet is an open-source DevOps system management tool. It is used to centralize and automate the configuration management procedure. This…
-
Application of Puppet Many organizations are using Puppet. There are different types and different sizes of the organizations that are using puppet.…