Top "Puppet" questions

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

Puppet wait for a service to be ready

I am using Puppet for machines provisioning. I have a service running in Tomcat 6 app server and another manifest being …

ruby tomcat puppet
Does vagrant automatically install puppet?

I have this in my Vagrantfile: Vagrant.configure("2") do |config| config.vm.provision "puppet" end Yet, when I run puppet …

vagrant puppet
Configure ulimit using Puppet

I am wondering how to run the ulimit command using Puppets exec type. The problem with ulimit seems to be …

puppet ulimit
Vagrant, Docker, Puppet, Chef

I don't understand even the basic difference between the services in the title. Do these services just provide software to …

docker vagrant chef-infra puppet
Puppet duplicate declaration: Class[Mongodb] is already declared; cannot redeclare

Possibly doing something extremely stupid here but I can't find any documentation on what could be causing this. Setting up …

puppet vagrant
puppet apply 'could not find class'

This is a pretty simple problem, and I have read a number of suggested solutions, but I still can't get …

puppet puppet-enterprise
Use facter facts in puppet

I am new to puppet and planning to implement it in our environment. I have puppet agents that are running …

puppet facter
Puppet Apply: Could not find class for

It seems pretty simple thing, and it works on Vagrant, but I can't make it work on a EC2 server. …

puppet configuration-management
puppet custom fact for facter

Trying to write a custom facter module: Facter.add("something_status") do setcode do $string_to_parse = Facter::Util::Resolution.…

ruby puppet facter
Puppet: What's the difference between an ordering arrow and a notification arrow?

In the official Puppet docs it says that there are two chaining arrows: https://docs.puppetlabs.com/puppet/latest/reference/…

puppet