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 "
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
>
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
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
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