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

Puppet and Jenkins: How can I manage Jenkins job using Puppet DSL?

Managing Jenkins jobs: Build jobs can be managed ...READ MORE

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

Puppet: Config file synatx (Hiera.yaml)

Config file syntax: The hiera.yaml file is a YAML file, ...READ MORE

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

Puppet: Loaction of Hiera.yaml file in puppet.

The Hiera configuration file is called hiera.yaml. It configures the ...READ MORE

Aug 28, 2019 in Puppet by Sirajul
• 59,230 points
589 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
751 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: "puppet command not found" while trying to install puppetDB

This might probably because your puppet installation ...READ MORE

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

Puppet: How do i install PuppetDB?

You need to install puppetDB on the same ...READ MORE

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

Puppet: Failed to restart puppet server

I noticed once when I started Puppet ...READ MORE

Aug 27, 2019 in Puppet by Sirajul
• 59,230 points
1,317 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: How to install a module from a release tarball?

To install a module from a release ...READ MORE

Aug 26, 2019 in Puppet by anonymous
1,171 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
626 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
689 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

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
665 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
409 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

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

Can I launch a Puppet Server using the puppet/puppetserver-standalone docker image?

In order to launch a Puppet Server ...READ MORE

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

Why use Puppet to manage kubernetes clusters?

The use of Puppet to manage Kubernetes ...READ MORE

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

Puppet+Kubernetes : Error while applying a puppet manifest to add the kubernetes repository

I guess there isn't an issue with ...READ MORE

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

Puppet+Kubernetes : List and manage kubernetes resources in puppet

List resources: In addition to creating and managing ...READ MORE

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

Puppet+Kubernetes : Credential Configuration during set up.

You can provide the required information in ...READ MORE

Aug 22, 2019 in Puppet by Amy
365 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+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+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+Kubernetes : What all Kubernetes features does puppetlabs/kubernetes module support?

The module currently supports types for kubernetes_pod kubernetes_service kubernetes_replication_controller kubernetes_node kubernetes_event kubernetes_endpoint kubernetes_namespace kubernetes_secret kubernetes_resource_quota kubernetes_limit_range kubernetes_peristent_volume kubernetes_persistent_volume_claim kubernetes_component_status kubernetes_service_account Not all ...READ MORE

Aug 22, 2019 in Puppet by Sirajul
• 59,230 points
1,101 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:How does config management tools support kubernetes?

Container management tools and container orchestration tools ...READ MORE

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

Puppet+Kubernetes : puppetlabs/kubernetes module limitations.

You should have puppet 4.0 or higher ...READ MORE

Aug 21, 2019 in Puppet by anonymous
480 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+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

Puppet+Kubernetes: How do i configure my node as a controller or worker?

You could configure your node to be ...READ MORE

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

Puppet+Kubernetes: Setting up the environment to use kubernetes in puppet

As you have already installed the module, ...READ MORE

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

Puppet: Using Kubernetes with Puppet

There is this module in puppet forge ...READ MORE

Aug 21, 2019 in Puppet by Sirajul
• 59,230 points
1,007 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: 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: Building docker images from Puppet.

Yes, Puppet has a module called puppetlabs/image_build that can be ...READ MORE

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

Puppet in Docker: Creating a PuppetDB container.

We can run a PuppetDB server in ...READ MORE

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

Puppet in Docker : How do i create puppet containers?

For creating puppet containers, first we need ...READ MORE

Aug 20, 2019 in Puppet by Sirajul
• 59,230 points
1,964 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 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 in Docker: How do I query PuppetDB API in a container setup?

PuppetDB exposes a dashboard, showing various operational ...READ MORE

Aug 20, 2019 in Puppet by Sirajul
• 59,230 points
898 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 : How do i launch puppet agents (test agents) in Docker containers?

You could connect any agents to the ...READ MORE

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

Puppet in Docker: Configuring Puppet containers using Docker compose.

Using Docker compose you can define a set ...READ MORE

Aug 20, 2019 in Puppet by Sirajul
• 59,230 points
1,577 views