Puppet for System Administrators Quiz Questions and Answers

What is modules in puppet?(Choose Two)

Answer :
  • modules are a way to bundle and distribute puppet code
  • modules are how puppet finds classes and type

Explanation :

MODULES-> Modules are a way to bundle and distribute puppet code Modules contain code and configuration data Modules are how puppet finds classes and type

What is the command to list all the resource types in puppet?

Answer :
  • puppet resource --type

Explanation :

You can use the pupet resource --type command to list all resource types.

Choose best answer for puppet(choose two)

Answer :
  • configuration management
  • use DSL language

Explanation :

Puppet is a configuration manage tool and it use DSL language.

What is the port number of puppetserver?

Answer :
  • 8140

Explanation :

The port number of puppetserver is 8140.

Puppet only changes resources or attributes that are out of sync.

Answer :
  • TRUE

The property of certain operations in mathematics or computer science in that they can be applied multiple times without further changing the result beyond the initial application.

Answer :
  • Idempotance