Latest questions in Puppet

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
584 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
734 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
517 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,307 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,337 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,290 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
537 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,159 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
602 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
679 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
564 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
624 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
390 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
684 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
482 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
984 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
461 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
479 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
421 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
355 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
827 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
417 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
499 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
355 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
640 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
635 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
596 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,088 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
545 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
382 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
466 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
611 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
797 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
480 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
937 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
995 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
658 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
599 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
917 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,029 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,933 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
656 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
594 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
880 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
718 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,533 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,526 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
736 views
0 votes
1 answer

Puppet in Docker: Can a docker container use Puppet only at Run-time?

Docker provides a solution to this problem ...READ MORE

Aug 19, 2019 in Puppet by Sirajul
• 59,230 points
556 views
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
461 views