Top "Puppet" questions

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

Nginx: Permission denied for nginx on Ubuntu

I am new to system administration. After installing nginx via puppet on Ubuntu I get the following output: [alert] could …

ubuntu nginx debian vagrant puppet
CentOS 7 and Puppet unable to install nc

I am having a weird issue with having puppet enforce the package nc. I installed it manually in the end …

puppet yum netcat centos7
How to print something when running Puppet client?

I want to print out messages and variables when Puppet runs. I saw there are two functions that might help …

puppet
what is the puppet agent status on the machine?

I know about puppet agent --disable "my message" --verbose but I would like to know at some point on a …

puppet
Run `apt-get update` before installing other packages with Puppet

I'm trying to create puppet module which automates installation of zend server CE, this is not important here, but steps …

puppet apt-get zend-server
How do you concatenate strings in a Puppet .pp file?

Here is my naive approach: # puppet/init.pp $x = 'hello ' + 'goodbye' This does not work. How does one concatenate …

string-concatenation puppet
How do you add items to .dockerignore?

I'm not able to find many examples of what a .dockerignore file should look like. Using puppet to install a …

puppet docker
Puppet agent can't find server

I'm new to puppet, but picking it up quickly. Today, I'm running into an issue when trying to run the …

puppet
Managing a user password for linux in puppet

I need to create a test user with a password using puppet. I've read that puppet cannot manage user passwords …

linux puppet
How to iterate over an array in Puppet

I would like to iterate over an array that is stored as a Facter fact, and for each element of …

puppet