Most viewed questions in Puppet

0 votes
1 answer

Puppet: Disable puppet agent temporarily

Sometimes,you might need to temporarily disable the Puppet agent ...READ MORE

Aug 30, 2019 in Puppet by Sirajul
• 59,230 points
11,347 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
8,057 views
0 votes
1 answer

Puppet: How can i check for syntax errors on my puppet code? Is there any tool to do this?

At the lowest level of checking, you ...READ MORE

Aug 7, 2019 in Puppet by Sirajul
• 59,230 points
7,873 views
0 votes
1 answer

Puppet: Error in generating new certificates when a new puppet master is created.

A new certificate has to be generated ...READ MORE

Aug 29, 2019 in Puppet by Sirajul
• 59,230 points
7,077 views
0 votes
1 answer

Puppet: certificate verify failed: [self signed certificate in certificate chain for /CN=Puppet CA: master-b]

Make new clean master b, and duplicate ...READ MORE

Aug 5, 2019 in Puppet by Sirajul
• 59,230 points
6,773 views
0 votes
1 answer

Puppet: Error when running "sudo /opt/puppetlabs/bin/puppetserver ca list --all" command

This might possibly be because of mismatch ...READ MORE

Sep 18, 2019 in Puppet by Sirajul
• 59,230 points
6,765 views
0 votes
1 answer

Error: Puppet agent lock file exist - skipping (/var/lib/puppet/state/agent_catalog_run.lock exists

This usually happens when you have already ...READ MORE

Sep 18, 2019 in Puppet by Sirajul
• 59,230 points
6,320 views
+1 vote
2 answers

puppetserver ca list --all puppetserver: command not found ca command not found

To solve this, I added the folder ...READ MORE

Aug 19, 2020 in Puppet by anonymous
6,250 views
0 votes
1 answer

Puppet: error “Job for puppetserver.service failed because the control process exited with error code”

I noticed once when I started Puppet ...READ MORE

Aug 5, 2019 in Puppet by Sirajul
• 59,230 points
5,374 views
0 votes
1 answer

Puppet: "puppet command not found" while trying to install puppetDB

This might probably because your puppet installation ...READ MORE

Aug 27, 2019 in Puppet by Sirajul
• 59,230 points
5,339 views
0 votes
2 answers

puppetserver ca list Command Error - Centos 7

You could troubleshoot it this way: Verify that ...READ MORE

Feb 25, 2020 in Puppet by anonymous
• 19,610 points
5,102 views
0 votes
1 answer

Puppet: Error: Could not request certificate: getaddrinfo: Temporary failure in name resolution

You are getting this error because your ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
4,865 views
0 votes
1 answer

Puppet: Where can I find the logs of a puppet client on ubuntu?

If you are running Ubuntu 16.04 you ...READ MORE

Aug 29, 2019 in Puppet by Sirajul
• 59,230 points
4,837 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

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

Puppet: Error: Could not parse for environment production: Syntax error at '='; expected '}'

This error occurs if puppet apply -e is used ...READ MORE

Aug 1, 2019 in Puppet by Sirajul
• 59,230 points
4,479 views
0 votes
1 answer

Error: Puppet not found, when trying to run puppet config command.

This is because you have not added ...READ MORE

Sep 18, 2019 in Puppet by Sirajul
• 59,230 points
4,365 views
0 votes
1 answer

what are the important commands in puppet?

Here's a list of commands that you ...READ MORE

Jul 25, 2019 in Puppet by Sirajul
• 59,230 points
3,643 views
+1 vote
1 answer

Steps to trigger puppet agent from jenkins

Heyy @Hannah,  First, you need to create Jenkins slave, ...READ MORE

Dec 16, 2018 in Puppet by Kiyara
3,572 views
0 votes
1 answer

Puppet: Error: No such file or directory @ rb_sysopen - /etc/puppetlabs/puppet/puppet.conf Error: Try 'puppet help config set' for usage

Try creating the folder manually with sudo mkdir ...READ MORE

Aug 30, 2019 in Puppet by Sirajul
• 59,230 points
3,533 views
+3 votes
1 answer

etaddrinfo: Temporary failure in name resolution puppet

Your issue is similar to https://www.edureka.co/community/54484/request-certificate-getaddrinfo-temporary-failure-resolution?show=54484#q54484  Have a look ...READ MORE

Jan 6, 2020 in Puppet by Karan
• 19,610 points
3,498 views
0 votes
1 answer

How to install and configure r10k in puppet?

In order to get the latest version, ...READ MORE

Jul 29, 2019 in Puppet by Sirajul
• 59,230 points
3,418 views
0 votes
1 answer

How to change the run interval in puppet?

To check the run interval run the following ...READ MORE

Jul 29, 2019 in Puppet by Sirajul
• 59,230 points
3,250 views
0 votes
1 answer

Can I access environment variables with Facter in Puppet?

Hey @Ruth, not directly. However, Facter reads ...READ MORE

Feb 15, 2019 in Puppet by Krishti

edited Feb 15, 2019 3,233 views
0 votes
1 answer

Puppet+Docker: Using Docker-Compose with Puppet

Docker Compose describes a set of containers ...READ MORE

Aug 14, 2019 in Puppet by Sirajul
• 59,230 points
3,039 views
0 votes
1 answer

Puppet: How do i setup puppet module behind a proxy?

To use the puppet module command behind a proxy, ...READ MORE

Aug 9, 2019 in Puppet by Sirajul
• 59,230 points
2,947 views
0 votes
1 answer

Cannot install Puppet agent on Ubuntu 18.04

This might be because your packages might ...READ MORE

Sep 18, 2019 in Puppet by Sirajul
• 59,230 points
2,938 views
0 votes
1 answer

Puppet: Error while trying to execute shell commands in Exec resource type

The default exec provider on *nix OSes ...READ MORE

Aug 2, 2019 in Puppet by Sirajul
• 59,230 points
2,781 views
0 votes
1 answer

Puppet: an additional repository is added on ubuntu by apt package

Passing in an empty string for the ...READ MORE

Aug 6, 2019 in Puppet by Sirajul
• 59,230 points
2,728 views
0 votes
1 answer

Puppet: Environment variables

*.sh scripts in /etc/profile.d are read at user-login time (as ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
2,610 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,589 views
0 votes
1 answer

Can somebody explain the concept of "Infrastructure as code" in Devops ?

"Infrastructure as code", also referred to as ...READ MORE

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

How to change the Puppet Server memory allocation?

Hi@akhtar, By default, Puppet Server is configured to ...READ MORE

Dec 31, 2020 in Puppet by MD
• 95,440 points
2,432 views
0 votes
1 answer

Creating a cron job in puppet

Running a Puppet agent with cron can ...READ MORE

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

Puppet: How do i install PuppetDB?

You need to install puppetDB on the same ...READ MORE

Aug 27, 2019 in Puppet by Sirajul
• 59,230 points
2,386 views
0 votes
1 answer

Puppet: Error: Could not find class ::mysql::server for example.com on node example.com

This might be because you might not ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
2,382 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,325 views
0 votes
0 answers

How do i set up docker with puppet?

I want to use puppetlabs/docker module in ...READ MORE

Aug 13, 2019 in Puppet by Karan
• 19,610 points
2,315 views
0 votes
1 answer

Error saying "Error: Could not parse for environment production" - Puppet

Hey @Nagya, You need to set the ...READ MORE

Feb 15, 2019 in Puppet by Kavya
2,278 views
0 votes
1 answer

what is the usage of Puppet apply command?

Puppet apply- Applies a standalone Puppet manifest to ...READ MORE

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

Puppet: Error while signing the certificates.

This might be because, the master lost ...READ MORE

Aug 29, 2019 in Puppet by Sirajul
• 59,230 points
2,151 views
0 votes
1 answer

Managing a NTP service using Puppet

You’ve just  finished installing the puppetlabs-ntp module. The next step ...READ MORE

Jul 25, 2019 in Puppet by Sirajul
• 59,230 points
2,136 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,132 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,102 views
0 votes
1 answer

How can i execute a single class from my puppet manifest file?

You can execute a subset of resources ...READ MORE

Aug 6, 2019 in Puppet by Sirajul
• 59,230 points
2,098 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,019 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
2,014 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
2,004 views
0 votes
1 answer

Puppet in Docker : How do i create puppet containers?

For creating puppet containers, first we need ...READ MORE

Aug 20, 2019 in Puppet by Sirajul
• 59,230 points
1,968 views
0 votes
1 answer

Puppet DSL : String concatenation.

Method 1: One way is Keyword variable ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
1,963 views