Most answered questions in Puppet

0 votes
1 answer

Puppet in Docker : How to mount Puppet on a CentOS container?

Run the following command: docker run --volumes-from=puppet-agent centos ...READ MORE

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

Puppet in Docker: Running puppet commands inside a docker container.

You can use Puppet commands, such as resource.  The following command ...READ MORE

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

Puppet in Docker : Setting up Puppet Infrastructure

You can use the images for standing ...READ MORE

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

Puppet in Docker : Benefit of using puppet in docker

Here's to how this approach proves beneficial: One ...READ MORE

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

Puppet in Docker : Building a Puppet environment in docker.

You can run your Puppet infrastructure on ...READ MORE

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

Docker with Puppet: Scaling a docker service

To scale a service, add the following ...READ MORE

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

Docker with Puppet: Run a conatiner using a native volume

When using the volumes array with docker::run, the command on ...READ MORE

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

Docker with Puppet: Configuring Health checks periodically on an unhealthy Docker container.

To enable the restart of an unhealthy ...READ MORE

Aug 16, 2019 in Puppet by Sirajul
• 59,230 points
1,139 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
619 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
575 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
605 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
739 views
0 votes
1 answer

Docker with Puppet: DNS allocation to the Docker Daemon

Hey @Dipika, to allocate a dns server ...READ MORE

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

Docker with Puppet: How do I install Docker EE on a Debian System?

Docker provides a enterprise addition of the ...READ MORE

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

Why focus on Container management with puppet?

As with any other IT endeavor, your ...READ MORE

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

Puppet+Docker: How to Update/Remove a docker service?

Update a docker service: To update the service, add ...READ MORE

Aug 14, 2019 in Puppet by Sirajul
• 59,230 points
503 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
632 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
661 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
551 views
0 votes
1 answer

Puppet+Docker : Configure Authentication to a private repository

When a server is not specified, images ...READ MORE

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

Puppet+Docker: How can a user initialize, join and leave the swarm?

The docker module has an example task ...READ MORE

Aug 14, 2019 in Puppet by Lilly
830 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,034 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
736 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
541 views
0 votes
1 answer

Puppet+Docker: Restarting docker service via puppet manifest

Try adding this: service { 'docker': ensure ...READ MORE

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

Puppet: How many slave nodes can i configure with a single puppet master?

Open source Puppet doesn't have any kind ...READ MORE

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

Puppet: dependency error while installing mysql on puppet server.

Try adding -f and --allow-unauthenticated options for apt-get to resolve the dependencies ...READ MORE

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

Puppet: use Puppet templates to configure NTP

Here's an example of configuring NTP using ...READ MORE

Aug 9, 2019 in Puppet by Sirajul
• 59,230 points
506 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
537 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,942 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
682 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,959 views
0 votes
1 answer

Utlizing puppet manifests to install puppet modules

You could use librarian-puppet to sync all ...READ MORE

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

Puppet: couldn't run a cron job

You should use the cron type that is ...READ MORE

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

How can i know the time as to when exactly did a node join puppet?

Puppet does not itself keep any timestamp ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
509 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
596 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,855 views