Trending questions in Puppet

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
536 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,793 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
615 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
477 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
800 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
526 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
566 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
997 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,470 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,990 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
689 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
1,986 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
551 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
403 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
411 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
648 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,345 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,652 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
666 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,828 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
389 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,254 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
642 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
722 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
751 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
669 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
739 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
602 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,158 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
930 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
617 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
662 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
619 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
492 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
487 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,384 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
472 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
550 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
602 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
506 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
867 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,163 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
820 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
855 views
0 votes
1 answer
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
425 views
0 votes
1 answer

How do I automate the process of puppet manifest generation?

You can use puppet resource [type] for ...READ MORE

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