Most viewed questions in Puppet

0 votes
1 answer
0 votes
1 answer

Puppet+Kubernetes: Puppet resource command doesn't return the pod information.

This could probably be a credentials issue ...READ MORE

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

Docker with Puppet: How can i remove the associated volumes when a container stops?

By default, when the service stops or ...READ MORE

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

Puppet in Docker: docker: Error response from daemon: Container command '/opt/puppetlabs/bin/puppet' not found or does not exist..

This error indicates that probably there is ...READ MORE

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

Puppet: Promote a replica to a Master.

Verify that the master is permanently offline. If ...READ MORE

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

How does puppet work?

This is how Puppet works: The Puppet Agent ...READ MORE

Feb 15, 2019 in Puppet by Kehsav
598 views
0 votes
1 answer

Can't fetch git repositories in puppet using ssh

Try adding a section to the user's ~/.ssh/config file ...READ MORE

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

Puppet+Docker: How do i configure a swarm if i am using windows server 2016.

There are a few considerations to be ...READ MORE

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

Jenkins with puppet.

For anyone interested in how to pull ...READ MORE

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

Puppet: Loaction of Hiera.yaml file in puppet.

The Hiera configuration file is called hiera.yaml. It configures the ...READ MORE

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

Puppet: How can i remove all the node entries that are no longer managed by puppet?

You could try this: class remove_unmanaged { ...READ MORE

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

Error: Ruby run error after connecting puppet apply to PuppetDB.

If Puppet apply is configured incorrectly, this error is ...READ MORE

Jul 31, 2019 in Puppet by Sirajul
• 59,230 points
581 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
575 views
0 votes
1 answer

What is the advantage of using volumes instead of bind mounts?

Some of the key advantages for using volumes over bind ...READ MORE

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

Puppet: Catalog Compilation Error: "type not found"

To fix catalog compilation errors: Ensure that your Puppet resource ...READ MORE

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

Puppet Enterprise: PostgreSQL is occupying too much space

The PostgreSQL autovacuum=on setting prevents the database from growing too ...READ MORE

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

Puppet in Docker: Can a docker container use Puppet only at Run-time?

Docker provides a solution to this problem ...READ MORE

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

Docker with puppet: Can I validate the puppetlabs/docker module?

Yes, you can! This module is compliant with ...READ MORE

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

Does puppet help when all my servers are one of a kind?

Indeed, Puppet can help. All servers are in ...READ MORE

Jul 30, 2019 in Puppet by Sirajul
• 59,230 points
558 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
558 views
0 votes
1 answer

Puppet: Can I publish my custom module on the forge repository?

To share your module with other Puppet users, get ...READ MORE

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

Puppet+kubernetes: How do I describe a Kubernetes Pod in Puppet DSL?

The Puppet Kubernetes module currently assumes you ...READ MORE

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

Puppet: Can i automatically generate puppet manifests from a puppet server?

Yes, here is how you can do ...READ MORE

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

PuppetDB installation using puppet modules

You can install and configure all of ...READ MORE

Jul 30, 2019 in Puppet by Sirajul
• 59,230 points
551 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
551 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
549 views
0 votes
0 answers

Puppet+Docker: What is the equivalent of docker rm in Puppet code?

I was looking to remove a few ...READ MORE

Aug 13, 2019 in Puppet by Namik
• 1,230 points
548 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
548 views
0 votes
1 answer

Does Puppetlabs/docker module support Docker plugins?

The puppetlabs/docker module supports the installation of ...READ MORE

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

Using Puppet for Auditing

For auditing, there is a native Puppet ...READ MORE

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

Puppet: Upgrading a Puppet server

Upgrading the puppetserver package effectively upgrades Puppet Server.  The puppetserver package, in turn, ...READ MORE

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

what are the different plugins in modules of puppet?

Puppet supports several kinds of plug-ins: Custom facts ...READ MORE

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

Puppet and Jenkins: How can I manage Jenkins job using Puppet DSL?

Managing Jenkins jobs: Build jobs can be managed ...READ MORE

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

Puppet and Jenkins: How does Puppet manage Jenkins security?

Jenkins security is not managed by puppet ...READ MORE

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

Puppet : Can i install jenkins on a puppet server using Git?

Installing puppet-jenkins is easy. To install via Git, ...READ MORE

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

Puppet+Docker: How do i configure my docker container to use a NFS volume?

docker_volume { 'nfs-volume': ensure => ...READ MORE

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

What all companies use Puppet?

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

Feb 15, 2019 in Puppet by Kashish
531 views
0 votes
1 answer

Puppet: Installing PuppetDB via Puppet module.

You can install and configure all of ...READ MORE

Aug 27, 2019 in Puppet by Karan
• 19,610 points
529 views
0 votes
1 answer

Resources to guide in setting up puppet master on ubuntu and slave on windows

Please refer the below link for setting ...READ MORE

Dec 19, 2018 in Puppet by Alan
529 views
0 votes
1 answer

Puppet: error "Name or service not known."

You get this error usually if agents ...READ MORE

Aug 1, 2019 in Puppet by Sirajul
• 59,230 points
528 views
0 votes
0 answers

Puppet+Docker : Clustering Docker Engines - "Swarm Mode"

How can I cluster my docker engines ...READ MORE

Aug 14, 2019 in Puppet by Karan
• 19,610 points
526 views
0 votes
1 answer

Puppet: Deploy configuration changes using a orchestrator

You can use the orchestrator to enforce ...READ MORE

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

List a few scenarios where Puppet could be used?

Here are a few scenarios where Puppet ...READ MORE

Jul 26, 2019 in Puppet by Sirajul
• 59,230 points
524 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
524 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
522 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
522 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
521 views