Puppet Classes Puppet classes are the set of puppet resources that are grouped together as a single unit. Classes are used to…
puppet function
-
-
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 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…
-
Puppet Components Following are the key components of Puppet: Manifests Module Resource Factor M-collective Catalogs Class Nodes Let’s understand these components in…
-
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…