Puppet for System Administrators Quiz Questions and Answers

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
Answer :
  • puppet resource --type

Explanation :

You can use the pupet resource --type command to list all resource types.
Answer :
  • configuration management
  • use DSL language

Explanation :

Puppet is a configuration manage tool and it use DSL language.
Answer :
  • 8140

Explanation :

The port number of puppetserver is 8140.
Answer :
  • modulepath
Answer :
  • # tree $(puppet agent --configprint statedir)