How is the Puppet Module different from Puppet Manifests?

devquora
devquora

Posted On: Feb 22, 2018

 

Puppet module is a compilation of data and manifests. These have a particular structure of the directory. Modules are recommended as the best practice for the organisation of every Puppy Manifests. They are very helpful in order to organise the Puppet Code due to the reason that it aids in splitting the code into many manifests. Manifests are generally the puppet programs. Puppet code is contained in the manifests and the name of their files utilise the extension i.e. “ .pp “.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Puppet Interview Questions

    What is Puppet?

    Puppet is a tool for managing configuration and is broadly used for the purpose of automation of the administrative tasks. The tool Puppet aids the server in deployment, managing and in the configurat...

    Puppet Interview Questions

    What do you understand by MCollective?

    MCollective is a framework of orchestration which is dynamically strong. It has the ability to run actions simultaneously over hundreds and thousands of servers with the help of existing plugins....

    Puppet Interview Questions

    What do you understand by Puppet Manifests?

    The details of the configuration of each puppet agent are written in the native language of Puppet. The configuration details are found in the Puppet master. It is written in the language that is unde...