Most viewed questions in Puppet

0 votes
0 answers

Puppet+Docker: Managing Docker networks

I have a two containers running on ...READ MORE

Aug 14, 2019 in Puppet by Vaibhav
806 views
0 votes
1 answer

what is base modulepath in puppet?

The base modulepath is a list of ...READ MORE

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

Configure a node to connect to a PuppetDB

Step 1: Configure SSL: PuppetDB requires client authentication ...READ MORE

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

what is stand alone architecture in puppet?

Puppet can run in a stand-alone architecture, ...READ MORE

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

Service already defines error in Puppet

Hey @Rohan, try this: class MyClass { ...READ MORE

Feb 9, 2019 in Puppet by Monish
768 views
0 votes
1 answer

Puppet: puppet agent --configprint server doesn't return a valid DNS name.

Agents trust the master only if they ...READ MORE

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

Puppet in Docker: Error while running the Puppet container

Try to uncomment the following lines in the definition ...READ MORE

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

Error: Could not find class git::config for xxxx on node xxxx

You should note that you cannot call include on git::config. git::config is a ...READ MORE

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

Puppet in Docker : How do i run my dockerized puppet container periodically?

Instead of running a Dockerized puppet container onetime, ...READ MORE

Aug 19, 2019 in Puppet by Sirajul
• 59,230 points
753 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
749 views
0 votes
0 answers

Puppet: Error: Systemd start for puppetdb failed!

I have installed PuppetDB using packages on ...READ MORE

Aug 28, 2019 in Puppet by liana
748 views
0 votes
1 answer

Puppet v/s Ansible

Here are few major contrasts among Puppet ...READ MORE

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

Puppet: How can i connect the puppet server to an external node classifier?

You need to configure two settings to ...READ MORE

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

What's the need to integrate docker with puppet?

There are 3 core use cases for integrating docker with Puppet or with ...READ MORE

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

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

If using Hiera, configure the docker::volumes class in the ...READ MORE

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

Puppet : Manifest file workflow

Manifest File Workflow Puppet manifest consists of the ...READ MORE

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

Puppet in Docker : Accessing Puppet Explorer Dashboard.

Run docker-compose up to launch the containers.  Note that you'll ...READ MORE

Aug 20, 2019 in Puppet by anonymous
729 views
0 votes
1 answer

Docker with Puppet: How do i run the following command "docker build -t ubuntu /tmp/ubuntu_image" using puppet code?

 Hey @Liana, Including the docker_dir parameter is equivalent to ...READ MORE

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

Error in PE-PostgreSQL installation : Puppet

When installing PE on machines with large amounts of ...READ MORE

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

Restoring the PuppetDB .

Yes,you could certainly restore them. To restore PuppetDB from one ...READ MORE

Jul 31, 2019 in Puppet by Sirajul
• 59,230 points
722 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
717 views
0 votes
0 answers

Puppet: Cannot start php service that is defined in a puppet manifest.

I have written a puppet manifest to ...READ MORE

Sep 18, 2019 in Puppet by Karan
• 19,610 points
706 views
0 votes
1 answer

Jenkins on AWS - unable to launch jenkins URL

Looks like you are able to login ...READ MORE

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

Puppet+Kubernetes: Is there a way to create resources in Kubernetes using Puppet?

Yes, it is quite possible to create ...READ MORE

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

Puppet module path is not updating.

The puppet confdir depends on user that executes puppet ...READ MORE

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

Puppet: What's the default logging setup in puppet?

We are using puppet-dashboard for this purpose. ...READ MORE

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

Puppet: How do I disable environment Isolation?

To disable environment isolation in open source Puppet: Remove ...READ MORE

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

How do i configure my puppet server to be connected to an ENC?

You need to configure two settings to ...READ MORE

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

Puppet: What's the benefit of using Kubernetes with Puppet?

Kubernetes with Puppet allows you to manage resources ...READ MORE

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

Where should the testing files be located to run puppet-parser-validate/puppet-lint against *.pp in a Jenkins+Puppet setup?

Rake is sophisticated test runner written in ...READ MORE

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

Puppet+Kubernetes: How do I convert puppet code to kubernetes yaml format?

Sometimes you may want to convert PuppetDSL ...READ MORE

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

Managing a Domain Name System (DNS) nameserver file with Puppet.

In this case, you could  build a private ...READ MORE

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

Puppet in Docker: Can i run puppet in docker on windows?

With the release of the recent Docker ...READ MORE

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

Puppet : Can't run "puppet master" command on windows.

Not all Puppet commands work on Windows. Notably, Windows nodes can’t run ...READ MORE

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

Puppet: puppetlabs/image_build - where exactly should i use this module?

The module puppetlabs/docker is for installing and ...READ MORE

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

Puppet+Docker: In context of running a container, what all commands does puppetlabs/docker module support?

Within the context of a running container, ...READ MORE

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

Does puppet forge have modules that i can use to Install LAMP stack?

Puppet forge has modules for installing and ...READ MORE

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

Puppet+Kubernetes : Can I use already existing kubrernetes YAML files while using the kubernetes module?

Yes, you could re-use them. You may already ...READ MORE

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

Can't start jenkins with puppet

You could probably try this: Either you should ...READ MORE

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

How to check the syntax of Puppet DSL code?

Hi@akhtar, At the lowest level of checking, you ...READ MORE

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

Puppet: Build multiple images using a puppet manifest.

One advantage of using Puppet for building ...READ MORE

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

Puppet: Error while downloading a module using puppet module install command.

This error occurs because there is no ...READ MORE

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

Puppet+Kubernetes: How can i validate if the kubernetes module's syntax, code and other metadata is correct?

This module is compliant with the Puppet ...READ MORE

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

Puppet+Docker:Creating a Docker service using a Puppet manifest

Docker services are used to create distributed ...READ MORE

Aug 14, 2019 in Puppet by Sirajul
• 59,230 points
618 views