Puppet is a ruby-based Configuration Management system incorporating a model-driven DSL.
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-initI'm writing some puppet modules and have a package defined in two modules hence get the following error: err: Could …
puppetHi I'd like to make a puppet resource/task dependent on multiple other tasks. For example: file{'~/foo':} file{…
puppetAre 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 cfengineI am new to Puppet and I am writing a module to setup configuration files. The problem is when multiple …
linux templates configuration puppetGiven 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 gnupgI am trying to source files from local modules in a puppet manifest (using puppet in standalone mode): file { '/…
ruby-on-rails manifest puppet vagrantIs it possible to do a string substitution/transformation in Puppet using a regular expression? If $hostname is "web1", I …
ruby puppetI want to create the directory structure /var/www/apps/example/current/public if it doesn't exist using puppet. If …
puppet