0 votes
in DevOps by
What is Puppet Module and How it is different from Puppet Manifest?

1 Answer

0 votes
by

For this answer I will prefer the below mentioned explanation:

A Puppet Module is a collection of Manifests and data (such as facts, files, and templates), and they have a specific directory structure. Modules are useful for organizing your Puppet code, because they allow you to split your code into multiple Manifests. It is considered best practice to use Modules to organize almost all of your Puppet Manifests.

Puppet programs are called Manifests. Manifests are composed of Puppet code and their file names use the .pp extension. 

Related questions

0 votes
asked Aug 30, 2021 in DevOps by SakshiSharma
0 votes
asked May 14, 2020 in DevOps by sharadyadav1986
...