Top "Puppet" questions

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

puppet node hostname

I'm using puppet to configure servers. I want to print current machine (node) name in *.erb template. There is hostname …

hostname puppet
Puppet/Facter "Could not retrieve fact fqdn": How to fix or circumvent?

I'm learning about puppet and trying to experiment with it on a VM at home. I'm not using a puppet …

ruby puppet facter
Check if a variable is undef in puppet template

What is the proper way to check if a variable is undef in a puppet template? In the manifest the …

erb puppet
Puppet - how to apply module to puppet client node?

just starting with Puppet, really new to this world. I have CentOS 6 Puppet Master CentOS 6 Puppet Client In Master have …

puppet
Puppet : Specifying a version of a package to install

Apparently this is not possible, but I can't believe that I'm the only one who need it. I want to …

php packages puppet vagrant
How to fetch a remote file (e.g. from Github) in a Puppet file resource?

file { 'leiningen': path => '/home/vagrant/bin/lein', ensure => 'file', mode => 'a+x', source => 'https://raw.…

http puppet
How do you pass an array to an erb template in ruby and have it iterated over?

I need some help with erb templates, I can't seem to get my head around passing an array and then …

puppet ruby templates
are there iterators and loops in puppet?

When I define(?) a resource e.g. to ensure dir structure, are there any loops available? Like that: for X …

deployment automation puppet
Set Environment Variables with Puppet

I am using vagrant with puppet to set up virtual machines for development environments. I would like to simply set …

shell ubuntu vagrant puppet
How can i install a local rpm using puppet

I am trying to install a particular rpm using puppet, my init.pp is: class nmap { package {'nmap': provider => …

puppet