[Puppet Users] Re: Problem distributing facts/or debugging

2009-10-15 Thread Peter Meier
> hmm then the debian version must be backported because it works in > 0.24.5-3 :) it works if you define standard (non-per-environment) paths as well, but puppet will then take the facts and plugins from this path and not actually from the one in the environments. cheers pete --~--~---

[Puppet Users] Re: Problem distributing facts/or debugging

2009-10-15 Thread Kim Gert Nielsen
hmm then the debian version must be backported because it works in 0.24.5-3 :) On Oct 15, 2009, at 1:36 PM, Marc Fournier wrote: > >> but the other article is quite interesting because I >> was going to use the enviroment for customers .. so instead of >> development I would use customer01 >

[Puppet Users] Re: Problem distributing facts/or debugging

2009-10-15 Thread Marc Fournier
> but the other article is quite interesting because I > was going to use the enviroment for customers .. so instead of > development I would use customer01 Beware that distributing facts and libs in modules doesn't work from environments before 0.25. Marc --~--~-~--~~

[Puppet Users] Re: Problem distributing facts/or debugging

2009-10-15 Thread Kim Gert Nielsen
no not really but I found the problem .. the version I have a bug when using allow * in fileserver.conf and then I changed that to the IP it worked :) but the other article is quite interesting because I was going to use the enviroment for customers .. so instead of development I would us

[Puppet Users] Re: Problem distributing facts/or debugging

2009-10-14 Thread Nigel Kersten
On Wed, Oct 14, 2009 at 12:12 PM, Kim Gert Nielsen wrote: > > Hi, > > can anyone using facts verify that what I'm doing should be correct ? Does this shed light on things? http://reductivelabs.com/trac/puppet/wiki/UsingMultipleEnvironments scroll to: "Plugins and Facts" > > On Oct 13, 2009

[Puppet Users] Re: Problem distributing facts/or debugging

2009-10-14 Thread Kim Gert Nielsen
Hi, can anyone using facts verify that what I'm doing should be correct ? On Oct 13, 2009, at 8:13 PM, desdic wrote: > > Hi, > > I have been trying to make facts work via modules (According to > http://reductivelabs.com/trac/puppet/wiki/PluginsInModules) but its > simply not working. I have bee