Hi, When starting puppet on a new machine, (or when the $vardir/lib is empty) puppet will not run the facts, it will only copy them. on the second time puppet runs, it works quiet well: on the client its defined: [main] pluginsync = true pluginsource = puppet://$server/plugins plugindest = $vardir/lib/puppet factpath = $vardir/lib/puppet/facter [puppetd] factsync = true I also tried with facter 1.5RC1, but no difference there as well. Am I missing something? Thanks, Ohad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, On 30 May 2008, at 03:39, Ohad Levy wrote:> Hi, > > When starting puppet on a new machine, (or when the $vardir/lib is > empty) puppet will not run the facts, it will only copy them. > on the second time puppet runs, it works quiet well: > > on the client its defined: > [main] > pluginsync = true > pluginsource = puppet://$server/plugins > plugindest = $vardir/lib/puppet > factpath = $vardir/lib/puppet/facter > > [puppetd] > factsync = true > > I also tried with facter 1.5RC1, but no difference there as well. > Am I missing something? >Are your facts distributed using a module? You might be running into this bug: http://reductivelabs.com/trac/puppet/ticket/1129 Although Luke explicitely specifies to use factsync till he got the time to refactor the client code, I didn''t get it to work with factsync either, other than restarting my puppet clients after fact changes :-/ Regards, Pieter. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
On Fri, May 30, 2008 at 4:03 PM, Pieter Barrezeele <macbar@gmail.com> wrote:> > Hi, > > On 30 May 2008, at 03:39, Ohad Levy wrote: > > > Hi, > > > > When starting puppet on a new machine, (or when the $vardir/lib is > > empty) puppet will not run the facts, it will only copy them. > > on the second time puppet runs, it works quiet well: > > > > on the client its defined: > > [main] > > pluginsync = true > > pluginsource = puppet://$server/plugins > > plugindest = $vardir/lib/puppet > > factpath = $vardir/lib/puppet/facter > > > > [puppetd] > > factsync = true > > > > I also tried with facter 1.5RC1, but no difference there as well. > > Am I missing something? > > > > Are your facts distributed using a module? > You might be running into this bug: > http://reductivelabs.com/trac/puppet/ticket/1129 >yep - thats the one.> > Although Luke explicitely specifies to use factsync till he got the > time to refactor the client code, I didn''t get it to work with > factsync either, other than restarting my puppet clients after fact > changes :-/Yeah, I get exactly the same problem, but from what I understood from Luke is that 1.5RC1 should have fixed that, but maybe I miss understood him. Thanks, Ohad> > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---