Trending questions in Puppet

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
627 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
541 views
0 votes
1 answer

How can Puppet agent nodes and Puppet masters communicate with each other?

Puppet agent nodes and Puppet masters communicate ...READ MORE

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

Puppet: Can I install a non-forge module?

Yes, you could install it from another ...READ MORE

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

Puppet+Kubernetes: How do I use kubetool and what is it's significance in using kubernetes with puppet?

The module puppetlabs/kubernetes has Kubetool, which is ...READ MORE

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

Windows agent doesn't request any certificates from puppet master?

Exiting; no certificate found and waitforcert is ...READ MORE

Aug 5, 2019 in Puppet by Sirajul
• 59,230 points
1,483 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
532 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
573 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,001 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
699 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
1,997 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
561 views
0 votes
1 answer

Puppet: Managing confidential information in Puppet

Using Hiera for external data lookups and ...READ MORE

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

Puppet and Jenkins integration

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

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

Puppet: How do i disable the default pull configuration so i can only push from my Puppet server when required?

In order to stop the Puppet service,you ...READ MORE

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

What does catalog do in puppet?

When a node is configured, puppet agent ...READ MORE

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

How to connect my puppet master to PuppetDB?

Working on your Puppet master server(s), follow all ...READ MORE

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

Puppet: Handling system resources in puppet.

System resources are the key elements of ...READ MORE

Aug 28, 2019 in Puppet by Sirajul
• 59,230 points
396 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
647 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
731 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
761 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
676 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
759 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,181 views
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
609 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
948 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
623 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
667 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
627 views
0 votes
1 answer

Puppet+Kubernetes : How do i install the kubernetes module via Bolt?

In order to get started with using ...READ MORE

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

Puppet agent log shows error "could not back up"

If agents log errors like "could not ...READ MORE

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

Puppet+Kubernetes: Should i install Docker inorder to start using puppetlabs/kubernetes module?

The puppetlabs/kubernetes module installs and configures Kubernetes. You need ...READ MORE

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

How do i start using the kubernetes module if i'm using r10k for code management?

Add this declaration to your Puppetfile: mod 'puppetlabs-kubernetes', ...READ MORE

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

Puppet+Kubernetes: KREAM Installation and usage.

KREAM (Kubernetes Rules Everything Around Me) - ...READ MORE

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

Puppet Error: Unable to locate package PuppetDB

You will have to enable the puppet ...READ MORE

Aug 6, 2019 in Puppet by Sirajul
• 59,230 points
1,173 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
863 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
826 views
0 votes
1 answer
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
734 views
0 votes
1 answer

Puppet+Kubernetes: How does puppetlabs/kubernetes module communicate with the Kubernetes API?

The Kubernetes module uses the kubeclient library to ...READ MORE

Aug 23, 2019 in Puppet by Sirajul
• 59,230 points
429 views