What are puppet manifests

0 votes

What are puppet manifests and how are they used?

Mar 11, 2019 in Puppet by Kavya
544 views

1 answer to this question.

0 votes

Puppet manifest files are the files where all the resources, that is, services, packages or files that need to be checked and changed are declared. Puppet manifest files have the extension “.pp”.

Manifest files consist of the following components:

  • Files: Plain text files that are to be imported and placed in the target location
  • Resources: Resources represent the element that you need to evaluate or change. Resources can be files, Packages etc.
  • Node definition: A block of code in puppet where all the information and definition about the client node is defined.
  • Templates: Templates are used to create configuration files on nodes and can be reused later.
  • Classes: Classes is what we use to group together different types of resources.
Syntax:
resourcetype { ‘title’:argument or attribute1  => value,
argument or attribute2 => value, }
answered Mar 11, 2019 by Shalaka

Related Questions In Puppet

0 votes
1 answer

What are profiles in Puppet?

Wrapper classes that use multiple component modules ...READ MORE

answered Feb 15, 2019 in Puppet by Sheela
426 views
0 votes
1 answer

What are the problems that are overcome by using Puppet?

I've used puppet for configuration management the ...READ MORE

answered Mar 5, 2019 in Puppet by Yesha
524 views
0 votes
1 answer

What are classes in Puppet?

Classes in Puppet are introduced using the ...READ MORE

answered Mar 8, 2019 in Puppet by Haider
365 views
0 votes
1 answer

What are modules in puppet?

A module can be defined as a ...READ MORE

answered Mar 8, 2019 in Puppet by Vivek
409 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,519 views
+2 votes
1 answer
0 votes
1 answer

What are the key components of Puppet?

These are the following key components of ...READ MORE

answered Mar 8, 2019 in Puppet by Veena
1,737 views
0 votes
1 answer

What all companies use Puppet?

A lot of companies use puppet, its ...READ MORE

answered Feb 15, 2019 in Puppet by Kashish
534 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP