Top "Puppet" questions

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

Vagrant provisioning shell vs puppet vs chef

I have the following setup: Many different projects which are separate git repositories, but all have mostly the same server …

shell chef-infra vagrant puppet provisioning
How to set config=value in php.ini with Puppet?

I'm doing my first steps in Puppet and ran into a problem. I've installed PHP on a Linux server and …

configuration puppet ini augeas
Puppetserver service fails to start

I have a Vagrant CentOS VM running with ps.memory = 2048 RAM allocated. When I try to start the puppetserver service: $ …

java vagrant puppet
Uninstall foreman

I have installed The Foreman on Ubuntu Server 12.04, following the instructions here: http://theforeman.org/manuals/1.2/quickstart_guide.html#Installation …

ruby puppet theforeman
Setting environment variables with puppet

I'm trying to work out the best way to set some environment variables with puppet. I could use exec and …

ruby deployment environment-variables environment puppet
How is deployment to Production done from local VirtualBox / Vagrant development environment?

Recently I started to read about building development environments with virtualization software (I am a beginner) and it seems that …

vagrant virtualbox chef-infra puppet continuous-deployment
puppet how to make puppet to wait for a few seconds

I would like to run a webservice and wait for a few seconds after to get the result. What is …

wait puppet
Facts.d - Pluginfacts could not be retrieved during puppet run

I've just upgraded my puppet environment from 3.4.2 to 3.4.3. through puppetlabs' apt repos. I was upgrading agent(s) and master. Doing …

upgrade puppet facter
How to clone from a github repo and then run npm install on puppet

I have worked out how to fire up a vagrant box and apt-get install packages I now want to git …

git node.js npm vagrant puppet
Iterate over a deeply nested hiera hash in puppet manifest

I'm working on building a structure for my webservers. I have my setup in hiera, but I can't seem to …

puppet hiera