Puppet Classes Puppet classes are the set of puppet resources that are grouped together as a single unit. Classes are used to…
puppet template
-
-
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 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.…
-
Puppet Architecture Puppet uses master-slave or client-server architecture. Puppet client and server interconnected by SSL, which is a secure socket layer. It…
-
Puppet Coding Style In Puppet, the coding style describes all the requirements that must be followed when attempting to transform infrastructure on…