200-301 · Question #1068
Which script paradigm does Puppet use?
The correct answer is D. manifests and modules. Puppet uses 'manifests' to define the desired state of systems and organizes these manifests into reusable 'modules' for structured configuration management.
Question
Which script paradigm does Puppet use?
Options
- Arecipes and cookbooks
- Bplaybooks and roles
- Cstrings and marionettes
- Dmanifests and modules
How the community answered
(26 responses)- B8% (2)
- C4% (1)
- D88% (23)
Why each option
Puppet uses 'manifests' to define the desired state of systems and organizes these manifests into reusable 'modules' for structured configuration management.
'Recipes' and 'cookbooks' are terms associated with Chef, another configuration management tool.
'Playbooks' and 'roles' are terms associated with Ansible, another configuration management tool.
'Strings' and 'marionettes' are not standard terminology for any major configuration management scripting paradigm.
Puppet uses 'manifests' to describe the desired state of a system, and these manifests are often organized into 'modules' for reusability and structured management.
Concept tested: Puppet terminology and architecture
Source: https://www.puppet.com/docs/puppet/latest/modules_fundamentals.html
Topics
Community Discussion
No community discussion yet for this question.