Top "Puppet" questions

Puppet is a ruby-based Configuration Management system incorporating a model-driven DSL.

How to use Puppet parameterized classes to force order of resources applied?

The Puppetlabs docs state that in order for one class to require another class you should use the relationship chaining …

puppet
Could not retrieve information from environment production source

I'm using puppet as my provisioner in one of my vagrant project. I'm trying to add a module for a …

vagrant puppet provisioning vagrantfile
check if a class exists

Is there a way to check in manifest files if a given class exists? I want to do something like …

puppet
Puppet 2.7: Calling puppet apply init.pp does nothing - why?

Directory and file layout as follows: app_test/ app_test/manifests app_test/manifests/init.pp app_test/manifests/test.…

manifest apply puppet
How to convert array to comma separated string in Puppet 2.7

I am using Puppet 2.7 and I need to convert an array to comma separated list. $hosts_fqdn= ['host1','host2…

puppet
What ports does pip use?

This is hopefully a quick one to answer, I'm trying to provision a box on AWS with puppet and one …

python amazon-web-services pip vagrant puppet
puppet inheritance VS puppet composition

I just came cross puppet inheritance lately. A few questions around it: is it a good practice to use puppet …

puppet
access private VM from other computer over wifi

I have a private network VM for developing on my mac. I'd like for my android device to be able …

vagrant puppet
How can I stop and delete a docker container launched with restart always option?

I run some containers with the option --restart always. It works good, so good, that I have now difficulties to …

docker puppet
MongoDB command line to show if a user exists (for puppet 'unless' clause)

We are using MongoDB user based authentication, and I want to quickly run a command to check whether a user …

mongodb puppet