Top "Puppet" questions

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

Why do people use Puppet/Chef with Amazon Cloud Formation instead of just using CloudInit?

We're planning to use AMI EC2 instances which are not "pre-baked". I.e. when they are spun up, they are …

chef-infra puppet configuration-management cloud-init
Puppet - test if a package already defined?

I'm writing some puppet modules and have a package defined in two modules hence get the following error: err: Could …

puppet
Multiple puppet requires

Hi I'd like to make a puppet resource/task dependent on multiple other tasks. For example: file{'~/foo':} file{…

puppet
Configuration Management for Windows

Are there any tools for windows like that *nix world has? I am looking for something like Chef or Puppet. …

windows configuration-management chef-infra puppet cfengine
How to use a template for configuration file in Puppet

I am new to Puppet and I am writing a module to setup configuration files. The problem is when multiple …

linux templates configuration puppet
puppet log file in redhat and centos

I am running puppet agent in CentOS and Redhat. I would like to see its log file but cannot find …

logging centos redhat puppet
OpenSSL vs GPG for encrypting off-site backups?

Given the option between using GPG and OpenSSL for local encryption before pushing archives to an off-site backup location, what …

ruby encryption puppet ubuntu-14.04 gnupg
How to source a file in puppet manifest from module

I am trying to source files from local modules in a puppet manifest (using puppet in standalone mode): file { '/…

ruby-on-rails manifest puppet vagrant
String substitution in Puppet?

Is it possible to do a string substitution/transformation in Puppet using a regular expression? If $hostname is "web1", I …

ruby puppet
recursively make directory tree in puppet without purging

I want to create the directory structure /var/www/apps/example/current/public if it doesn't exist using puppet. If …

puppet