Latest questions in Puppet

0 votes
1 answer

Can somebody explain the process of installing modules from the command line in puppet?

Puppet module install command installs a module ...READ MORE

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

How can i avoid the "environment leakage" in puppet?

Environment leakage is one of the limitations ...READ MORE

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

What are the limitations of puppet environment?

Environments limitations Environments have limitations, including leakage and ...READ MORE

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

Puppet "Environments"

Environments are isolated groups of Puppet agent ...READ MORE

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

How to check the installed modules in puppet?

Puppet Module list command will list all ...READ MORE

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

How can i check the requests of certificates from puppet agent to puppet master?

You could do this by executing the ...READ MORE

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

Functions in Puppet context

Functions are plug-ins, written in Ruby, that you ...READ MORE

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

what are Resources in puppet?

Resources are the fundamental unit for modeling ...READ MORE

Jul 24, 2019 in Puppet by Sirajul
• 59,230 points
426 views
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
1,978 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
1,951 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
496 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
530 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
474 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,319 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
972 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,053 views
+1 vote
2 answers

Difference between puppet, puppet master and puppet server

Hey @Neha,  Puppet is that product and also ...READ MORE

Mar 12, 2019 in Puppet by krishti
2,283 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
731 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
391 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
534 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
759 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
429 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
797 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
329 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
502 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
378 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,777 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
356 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
552 views
0 votes
2 answers

Where do i find the puppet configuration file?

The puppet.conf file is always located at $confdir/puppet.conf. Although ...READ MORE

Aug 9, 2019 in Puppet by Sirajul
• 59,230 points
1,900 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
484 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
501 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,744 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,714 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
940 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
779 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
706 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
598 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
326 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
324 views
0 votes
2 answers

Error saying "File[/etc/httpd/conf/mods-enabled/proxy.conf] is already defined; cannot redefined"

This error occurs when you try to ...READ MORE

Mar 5, 2019 in Puppet by Kyraa
438 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,567 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
505 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
511 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
403 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,073 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
517 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
525 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
352 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,114 views