[Puppet Users] Puppetdb install from sources

2013-08-07 Thread Joffrey Koenig
Hi everyone I'm currently trying to install Puppetdb on my puppet master server (on Suse 11 SP2 64bits) using the Source methodand I can't figure out why it is not working. It's seems to be stuck at the begining of the rake inst

[Puppet Users] Re: facter variables empty

2011-10-06 Thread joffrey
I found it : http://projects.puppetlabs.com/issues/8342 I switch to passenger and it works now. Thanks you On 5 oct, 23:41, Denmat wrote: > Hi, > > sounds like it could be a similar issue of puppet with mongrel. This was > raised recently on the list. Have a look at those. > > Also paste the c

[Puppet Users] Re: facter variables empty

2011-10-05 Thread joffrey
hmm.. I'm new too puppet and I don't understand "compile the manifest for the node". I write my manifests on the puppetmaster node. And I test on the client node with : puppetd --test --debug --trace there is no error in the debug trace : debug: [.. many auotorequiring File[/var/puppet/... ] info

[Puppet Users] facter variables empty

2011-10-04 Thread joffrey
Hi, On my puppet node, there are many facter variables that are empty in my manifests. But, there are not empty when I start "facter" on the node. why ? ex in a module: class resolver { if $::ipaddress6 { ... } $domainename = "$domain" } In this manifest, $domain and $ipaddress6 are