Most answered questions in Puppet

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

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

Can somebody explain the Puppet Architecture?

Puppet is configured in an agent-master architecture, in ...READ MORE

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

What is Puppet used for?

Puppet is one of the most widely ...READ MORE

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

Puppet certificates active after puppet clean

Hey, the exact same thing happened to ...READ MORE

Mar 12, 2019 in Puppet by Yesha
575 views
0 votes
1 answer

How do I override overriding the Default Xdebug Configuration?

 you can override the Xdebug configuration using ...READ MORE

Mar 12, 2019 in Puppet by Jason
510 views
0 votes
1 answer

Is it possible to install puppet agent in a docker container on linux?

Hey @Janice, this is pretty simple. Create ...READ MORE

Mar 12, 2019 in Puppet by Jason
1,334 views
0 votes
1 answer

How do I Install puppet agent on linux?

Install the puppet-agent package on your Puppet agent nodes ...READ MORE

Mar 12, 2019 in Puppet by Yesha
1,017 views
0 votes
1 answer

Error: Could not find init script for 'puppet' - Puppet error

You need to be running your processes ...READ MORE

Mar 12, 2019 in Puppet by Haider
2,099 views
0 votes
1 answer

Vagrant file to bring up VM using Puppet

You vagrant file should look something like ...READ MORE

Mar 12, 2019 in Puppet by Barbara
752 views
0 votes
1 answer

Apply module to puppet client.

Add this to site.pp: node 'fqdn of client' ...READ MORE

Mar 12, 2019 in Puppet by Yesha
412 views
0 votes
1 answer

What are puppet manifests?

Puppet manifest files are the files where ...READ MORE

Mar 11, 2019 in Puppet by Shalaka
555 views
0 votes
1 answer

How does Puppet master and node communicate?

Puppet master communicates with puppet agent via ...READ MORE

Mar 11, 2019 in Puppet by Kim
783 views
0 votes
1 answer

Purpose of node block in Puppet

A node block allows you to specify ...READ MORE

Mar 11, 2019 in Puppet by Shalaka
443 views
0 votes
1 answer

Install LAMP Stack by creating a new module - Puppet

Hey @Ruth, yes you can set up ...READ MORE

Mar 11, 2019 in Puppet by Shalaka
812 views
0 votes
1 answer

Check if my Lamp stack installation was successful using Puppet

If there were no errors, you should ...READ MORE

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

What is resource declaration in Puppet?

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

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

What are modules in puppet?

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

Mar 8, 2019 in Puppet by Vivek
418 views
0 votes
1 answer

Is nested class supported in Puppet?

Puppet supports the concept of nesting of ...READ MORE

Mar 8, 2019 in Puppet by Devika
1,814 views
0 votes
1 answer

What are classes in Puppet?

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

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

confirm r10k installation and configuration

Hey @Nisha, to confirm the installation and ...READ MORE

Mar 8, 2019 in Puppet by Barbara
585 views
0 votes
1 answer

How does puppet communicate with agent nodes?

Hey @Nisha, Puppet server manages the client's ...READ MORE

Mar 8, 2019 in Puppet by Vignesh
509 views
0 votes
1 answer

How do I install Puppet directly from the source?

Hey @Laksha,  First, install the Puppet tarball from ...READ MORE

Mar 8, 2019 in Puppet by Yesha
534 views
0 votes
1 answer

How do I install factor and puppet using Ruby Gem?

Hey @Kiara, execute these commands to install ...READ MORE

Mar 8, 2019 in Puppet by Yogesh
1,820 views
0 votes
1 answer

What are the key components of Puppet?

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

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

How does Puppet apply configuration to agent nodes?

Puppet follows this workflow: There is a factor ...READ MORE

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

How does Puppet use Resource Abstraction Layer(RAL)?

Resource Abstraction Layer uses puppet resources and ...READ MORE

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

How does idempotency make puppet special?

idempotency helps in managing a particular machine ...READ MORE

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

Prerequisites for learning puppet

You should have an understanding of the ...READ MORE

Mar 8, 2019 in Puppet by Amish
630 views
0 votes
1 answer

Configure Puppet Enterprise

In the console, click Nodes > Classification, and select the ...READ MORE

Mar 5, 2019 in Puppet by Kyraa
354 views
0 votes
1 answer

Is using Puppet class Inheritance even useful?

Building a service from reusable Puppet modules ...READ MORE

Mar 5, 2019 in Puppet by Kyraa
343 views
0 votes
1 answer

What is class inheritance in Puppet?

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

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

What is configuration management?

A Configuration Item is any service component, ...READ MORE

Mar 5, 2019 in Puppet by Saurab
518 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

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

How is puppet used as a Configuration Management tool?

System Administrators usually perform repetitive tasks such ...READ MORE

Mar 5, 2019 in Puppet by Saurab
413 views
0 votes
1 answer

Can I install puppet on windows?

Hey Neha, well, you cannot have puppet ...READ MORE

Feb 28, 2019 in Puppet by Anvit
1,090 views
0 votes
1 answer

How to Install Puppet on CentOS?

You need two nodes for Puppet to ...READ MORE

Feb 27, 2019 in Puppet by Avinash
534 views
0 votes
1 answer

Error saying "Package[pacman]/ensure: change from absent to present failed: Could not find package pacman"

Hey @Dipti, Add --debug --verbose to see the command ...READ MORE

Feb 25, 2019 in Puppet by Nandita
558 views
0 votes
1 answer

How do I install rpm package on a single Linux machine?

Install the package called pacman using this command: puppet ...READ MORE

Feb 25, 2019 in Puppet by Nandita
373 views
0 votes
1 answer

Error saying "Stack level too deep" while installing puppet.

Hey @Dipti, gem seemed to have not ...READ MORE

Feb 25, 2019 in Puppet by Nandita
1,153 views
0 votes
1 answer

Error while installing Puppet dashboard

Hey @Dipti, seems like you haven't enabled ...READ MORE

Feb 25, 2019 in Puppet by Nandita
535 views
0 votes
1 answer

Problems occurred while installing Puppet on Ubuntu

Hey @Dipti, you could execute the following ...READ MORE

Feb 25, 2019 in Puppet by Nandita
532 views
0 votes
1 answer

Error while trying to instal mssql tools using puppet

When you use puppet, you don't use ...READ MORE

Feb 25, 2019 in Puppet by Nandita
1,532 views
0 votes
1 answer

Error while enabling the official puppet lab collection repository

Hey @Alia, try executing these commands and ...READ MORE

Feb 25, 2019 in Puppet by Nandita
558 views
0 votes
1 answer

How are facts gathered in Puppet?

A tool called factor is used by ...READ MORE

Feb 21, 2019 in Puppet by Vismaya
392 views
0 votes
1 answer

Can I revoke puppet host's certificate?

Hey @Garima, yes of course you can ...READ MORE

Feb 21, 2019 in Puppet by Laila
527 views
0 votes
1 answer

How do I sign all the certificates together - Puppet on Ubuntu

Hey @Aryaa, use the following command to ...READ MORE

Feb 21, 2019 in Puppet by Adi
483 views
0 votes
1 answer

Why do we have to sign the certificates during Puppet installation?

Hey @Pallavi, so the first time puppet ...READ MORE

Feb 21, 2019 in Puppet by Alia
468 views
0 votes
1 answer

Sign certificates while setting up puppet on Ubuntu

Hey @Adi, On your puppet master execute ...READ MORE

Feb 21, 2019 in Puppet by Jobin
560 views
0 votes
1 answer

How do I start a puppet server?

Hey if you're using Ubuntu, you can ...READ MORE

Feb 21, 2019 in Puppet by Kavyashri
430 views
0 votes
1 answer

How do I install puppet on Ubuntu?

Hey @Alia, follow these steps to install ...READ MORE

Feb 21, 2019 in Puppet by Priya

edited Feb 21, 2019 2,126 views