Puppet is a ruby-based Configuration Management system incorporating a model-driven DSL.
I want to print out messages and variables when Puppet runs. I saw there are two functions that might help …
puppetI know about puppet agent --disable "my message" --verbose but I would like to know at some point on a …
puppetI'm trying to create puppet module which automates installation of zend server CE, this is not important here, but steps …
puppet apt-get zend-serverHere is my naive approach: # puppet/init.pp $x = 'hello ' + 'goodbye' This does not work. How does one concatenate …
string-concatenation puppetI'm not able to find many examples of what a .dockerignore file should look like. Using puppet to install a …
puppet dockerI'm new to puppet, but picking it up quickly. Today, I'm running into an issue when trying to run the …
puppetI need to create a test user with a password using puppet. I've read that puppet cannot manage user passwords …
linux puppetI would like to iterate over an array that is stored as a Facter fact, and for each element of …
puppet