Latest questions in Puppet

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
759 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
519 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
421 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
472 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,090 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
579 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
347 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,014 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,137 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
614 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
574 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
604 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
735 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
377 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
481 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
444 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
499 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
625 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
660 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
549 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
949 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
828 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
530 views
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
809 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,028 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+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
538 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
864 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
550 views
0 votes
0 answers

Puppet+Docker: Rebuild an image with respect to changes in dockerfile

I am building a docker image via ...READ MORE

Aug 13, 2019 in Puppet by Sam
• 6,260 points
873 views
0 votes
0 answers

Puppet+Docker: pull an image and launch a container

I am experimenting on integrating a containerization ...READ MORE

Aug 13, 2019 in Puppet by Sam
• 6,260 points
1,830 views
0 votes
0 answers

How to configure the Docker daemon to bind to a tcp socket,instead of default unix socket using a puppet manifest file?

As we already know,by default the Docker daemon ...READ MORE

Aug 13, 2019 in Puppet by Clara
1,347 views
0 votes
0 answers
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,311 views
0 votes
0 answers

Docker with Puppet

I am using Puppet as a config ...READ MORE

Aug 13, 2019 in Puppet by Karan
• 19,610 points
528 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: 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
585 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
820 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,182 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
649 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
503 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
535 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,938 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
679 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,956 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
363 views