Puppet is a ruby-based Configuration Management system incorporating a model-driven DSL.
I am using Puppet for machines provisioning. I have a service running in Tomcat 6 app server and another manifest being …
ruby tomcat puppetI have this in my Vagrantfile: Vagrant.configure("2") do |config| config.vm.provision "puppet" end Yet, when I run puppet …
vagrant puppetI am wondering how to run the ulimit command using Puppets exec type. The problem with ulimit seems to be …
puppet ulimitI don't understand even the basic difference between the services in the title. Do these services just provide software to …
docker vagrant chef-infra puppetPossibly doing something extremely stupid here but I can't find any documentation on what could be causing this. Setting up …
puppet vagrantThis is a pretty simple problem, and I have read a number of suggested solutions, but I still can't get …
puppet puppet-enterpriseI am new to puppet and planning to implement it in our environment. I have puppet agents that are running …
puppet facterIt seems pretty simple thing, and it works on Vagrant, but I can't make it work on a EC2 server. …
puppet configuration-managementTrying to write a custom facter module: Facter.add("something_status") do setcode do $string_to_parse = Facter::Util::Resolution.…
ruby puppet facterIn the official Puppet docs it says that there are two chaining arrows: https://docs.puppetlabs.com/puppet/latest/reference/…
puppet