Re: [Puppet Users] Puppet 3.2 and Hiera: problem of order and tagged function

2013-07-07 Thread francois . lafont . 1978
Hi, I'm sorry but I haven't solved my problem yet. I haven't understood the answer of David Schmitt. I use Puppet 3.2 and Hierra with yaml files for the "classes" assignment. I would like something like that : class monitoring { if tagged(http) { $http = "OK" } else { $http = "NO "

Re: [Puppet Users] Fwd: [Module team] Much ado about modules

2013-07-07 Thread William Van Hevelingen
On Fri, Jul 5, 2013 at 11:05 AM, Ashley Penney wrote: > Hello! > > Now that Puppetlabs has a module team we thought we should start trying to > keep the community informed as to what we're doing and why on earth we're > doing it. I wanted to put together a short update (I'm aiming to do these >

[Puppet Users] What are the expected return codes for provider methods param() & param()=

2013-07-07 Thread Larry Fast
I'm getting unexpected behavior from my provider methods. Here's the example. parameter p resource[ :p ] = 'hello' def p() return 'hello' end def p()= return true # Does the return value even matter? end Problem 1: p()= is getting called. Given that the return from p() matches the re

Re: [Puppet Users] Apache module

2013-07-07 Thread Jakov Sosic
On 01/29/2013 07:05 AM, Alex Harvey wrote: > This leads me to suspect that most sites must be using Apache modules > that were entirely developed in house? Or have most sites just decided > that most of Apache's options shouldn't ever be changed from these > default settings? Or is there a bette

Re: [Puppet Users] What do YOU do to catch undefined variables

2013-07-07 Thread Jakov Sosic
On 05/10/2013 10:43 PM, David Schmitt wrote: > On 10.05.2013 17:08, Nikola Petrov wrote: >> +1 >> >> The vim plugin is the best you can find if you are already proficient >> in vim somewhat. I use it in conjuction with >> https://github.com/SirVer/ultisnips and it can't be better. I found the >> ec