Puppet Flashcards

1
Q

Puppet

A

Manage UNIX-like and MSW systems declaratively.
Describes system resources and state using Puppet OSL.
Resource Type to manage sync. Idempotent resources.
Declared in manifest files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Resource Type Format

A

{‘’:
=>,
}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

puppet

A

apply: manage systems without needing to contact Puppet master servers.
agent: manages systems with help of Puppet Master.
cert: Manages Certificate Authority.
module: multi-purpose tool for puppet modules.
resource: interactively inspect and manipulate resources on system.
parser: validate Puppet code to make sure contains no syntax errors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly