Trending questions in Puppet

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,962 views
0 votes
1 answer

Puppet and Jenkins: Installing Jenkins plugins and dependencies.

The Jenkins puppet module defines the jenkins::plugin resource which ...READ MORE

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

Puppet: Cannot start php service that is defined in a puppet manifest.

I have written a puppet manifest to ...READ MORE

Sep 18, 2019 in Puppet by Karan
• 19,610 points
708 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: Error: Could not find class ::mysql::server for example.com on node example.com

This might be because you might not ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
2,354 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,310 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,571 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,560 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,824 views
0 votes
1 answer

Puppet: How do i install a module from a tarball?

Installing from a release tarball: To install a ...READ MORE

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

Puppet and Jenkins : Adding Jenkins slaves using puppet code.

You can automatically add slaves to jenkins, ...READ MORE

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

Can somebody explain the concept of "Infrastructure as code" in Devops ?

"Infrastructure as code", also referred to as ...READ MORE

Jul 29, 2019 in Puppet by Sirajul
• 59,230 points
2,465 views
0 votes
1 answer

Puppet: Upgrading puppet modules

sudo puppet config print modulepath /etc/puppet/environments/production/modules:/etc/puppet/modules:/usr/share/puppet/modules puppet module ...READ MORE

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

How can i execute a single class from my puppet manifest file?

You can execute a subset of resources ...READ MORE

Aug 6, 2019 in Puppet by Sirajul
• 59,230 points
2,083 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

Creating a cron job in puppet

Running a Puppet agent with cron can ...READ MORE

Jul 29, 2019 in Puppet by Sirajul
• 59,230 points
2,384 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,948 views
0 votes
1 answer

How can i check the requests of certificates from puppet agent to puppet master?

You could do this by executing the ...READ MORE

Jul 24, 2019 in Puppet by Sirajul
• 59,230 points
2,578 views
0 votes
1 answer

Puppet and Docker: docker exec doesn't start puppet container automatically.

There can only be one CMD instruction ...READ MORE

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

Puppet: Error: Cannot set modulepath settings in puppet.conf

These extra module paths are specific to ...READ MORE

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

Puppet: String Interpolation in puppet

Try this for Keyword variable interpolation: $value = ...READ MORE

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

what is the usage of Puppet apply command?

Puppet apply- Applies a standalone Puppet manifest to ...READ MORE

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

What is the maximum limit of puppet agents that a Puppet server can handle?

 If scaling is a issue, you can ...READ MORE

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

Puppet: Error: Could not run: Could not retrieve facts for xxxxx: no implicit conversion of nil into String

I had the same error and the ...READ MORE

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

Error: Could not find declared class firewall at /etc/puppetlabs/code/environments/production/manifests/site.pp

The modules that you install on master need ...READ MORE

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

Puppet: error on running sudo puppet agent -t

The puppetmaster process is the one attempting ...READ MORE

Aug 6, 2019 in Puppet by Sirajul
• 59,230 points
1,787 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,098 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,003 views
0 votes
1 answer

How do i configure my puppet server to be connected to an ENC?

You need to configure two settings to ...READ MORE

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

Puppet: What's the default logging setup in puppet?

We are using puppet-dashboard for this purpose. ...READ MORE

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

Puppet : Can't run "puppet master" command on windows.

Not all Puppet commands work on Windows. Notably, Windows nodes can’t run ...READ MORE

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

Puppetfile to configure/install a module

The Puppetfile is like a Ruby Gemfile, ...READ MORE

Aug 6, 2019 in Puppet by Sirajul
• 59,230 points
1,675 views
0 votes
1 answer
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
749 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,047 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,002 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,342 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,087 views
0 votes
1 answer

Managing a NTP service using Puppet

You’ve just  finished installing the puppetlabs-ntp module. The next step ...READ MORE

Jul 25, 2019 in Puppet by Sirajul
• 59,230 points
2,128 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
961 views
0 votes
1 answer

“dpkg: error: dpkg frontend is locked by another process”

First, find out the id of the ...READ MORE

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

Using Puppet for Auditing

For auditing, there is a native Puppet ...READ MORE

Aug 30, 2019 in Puppet by Sirajul
• 59,230 points
546 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
688 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
850 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
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
930 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 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
896 views