what is stand alone architecture in puppet

0 votes
Hey I am new to Puppet and while going through an online blog on puppet, i stumbled upon "stand alone architecture" of puppet. What exactly is this and can i configure my puppet in stand alone architecture mode if i am using Puppet version 6.7?
Jul 26, 2019 in Puppet by Namik
• 1,230 points
768 views

1 answer to this question.

0 votes
  • Puppet can run in a stand-alone architecture, where each managed node has its own complete copy of configuration info and compiles its own catalog.

  • In this architecture, managed nodes run the Puppet apply application, usually as a scheduled task or cron job.

  • Puppet apply needs access to several sources of configuration data, which it uses to compile a catalog for the node it is managing.

  • Previous versions of Puppet offered a standalone architecture, in which agents compiled their own catalogs using the Puppet apply application. This configuration is no longer recommended , because it's challenging to maintain and secure.  

  • Puppet version 6.7 is configured in an agent-master architecture, in which a master node controls configuration information for a fleet of managed agent nodes.

answered Jul 26, 2019 by Sirajul
• 59,230 points

Related Questions In Puppet

0 votes
1 answer

What is class inheritance in Puppet?

What is class Inheritance? Node groups inherent properties ...READ MORE

answered Mar 5, 2019 in Puppet by Yogesh
1,582 views
0 votes
1 answer

What is resource declaration in Puppet?

Puppet code is composed primarily of resource declarations. ...READ MORE

answered Mar 11, 2019 in Puppet by Bob
510 views
0 votes
1 answer

what is the role of Facter in puppet?

Facter is a library that reports and ...READ MORE

answered Jul 25, 2019 in Puppet by Sirajul
• 59,230 points
955 views
0 votes
1 answer

What is SSLdir in Puppet?

Puppet stores its certificate infrastructure in the ...READ MORE

answered Jul 26, 2019 in Puppet by Sirajul
• 59,230 points
421 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,493 views
+2 votes
1 answer
0 votes
1 answer

What is PSON in puppet and how is it different from JSON?

PSON is a variant of JSON which ...READ MORE

answered Jul 24, 2019 in Puppet by Sirajul
• 59,230 points
1,990 views
0 votes
1 answer

What is Hiera in puppet and what does it do?

Hiera is probably a built-in key-value configuration data ...READ MORE

answered Jul 25, 2019 in Puppet by Sirajul
• 59,230 points
4,538 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