Mention the resources available in Puppet?

devquora
devquora

Posted On: Feb 22, 2018

 

Resources are the basic unit to model the configurations of the system. An aspect of a system is described by every resource such as some particular package or any particular service. A resource's desired state is described by the declaration of a resource. It approaches puppet for adding it in the catalog. When the catalog is applied by puppet to any target system then the resources contained are managed by it only. It makes sure that the desired state gets matched with the actual state. There are some built-in resource types in Puppet such as files, services, and cron jobs.

    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...