in DevOps Culture by
Q:
What is the difference between a Manifest and a Module?

1 Answer

0 votes
by

It is one of the top puppet interview questions that interviewers during the interview. In Puppet, a Manifest is a file that contains Puppet DSL code. It is a .pp file with DSL commands which could contain the necessary, desired, and relevant state configurations. A manifest could be node-specific, and it can be organized into a catalog. Manifests are applicable on a Puppet Agent server or a local server.

Modules can be defined as the structure that is used to create ‘portable cords.’ Mostly, modules encompass manifests, they also generally encompass templates, files, test cases along with metadata. A module that does not contain manifest can also be created.

Related questions

+1 vote
asked Jan 4 in DevOps Culture by SakshiSharma
0 votes
asked Aug 10, 2022 in JAVA by sharadyadav1986
0 votes
asked Jan 5 in DevOps Culture by Robin
+1 vote
asked Jan 4 in DevOps Culture by SakshiSharma
...