Puppet is a ruby-based Configuration Management system incorporating a model-driven DSL.
The Puppetlabs docs state that in order for one class to require another class you should use the relationship chaining …
puppetI'm using puppet as my provisioner in one of my vagrant project. I'm trying to add a module for a …
vagrant puppet provisioning vagrantfileIs there a way to check in manifest files if a given class exists? I want to do something like …
puppetDirectory and file layout as follows: app_test/ app_test/manifests app_test/manifests/init.pp app_test/manifests/test.…
manifest apply puppetI am using Puppet 2.7 and I need to convert an array to comma separated list. $hosts_fqdn= ['host1','host2…
puppetThis is hopefully a quick one to answer, I'm trying to provision a box on AWS with puppet and one …
python amazon-web-services pip vagrant puppetI just came cross puppet inheritance lately. A few questions around it: is it a good practice to use puppet …
puppetI have a private network VM for developing on my mac. I'd like for my android device to be able …
vagrant puppetI run some containers with the option --restart always. It works good, so good, that I have now difficulties to …
docker puppetWe are using MongoDB user based authentication, and I want to quickly run a command to check whether a user …
mongodb puppet