On Jul 10, 2011, at 9:56 AM, Nigel Kersten <[email protected]> wrote:
On Sat, Jul 9, 2011 at 10:39 PM, Luke Kanies <[email protected]> wrote: > In completely unrelated work, I found that > lib/puppet/nameserver/directoryservice.rb has a call to 'loadfacts'. That's > at least one extra call. > Huh. I wonder if the semantics changed there, as I swear that was necessary when it initially went in My guess is it's necessary sometimes and not others. Given the agent knows how to set itself up, it's probably not necessary there. The code I wrote last night (I had to do something I could actually finish, for once) provides a decent idea for how to manage this in the long term, but we still need some correlation between this and application initialization. Right now, the Facter terminus loads everything on initialization, which should work for basically all purposes today. We then have an additional call during fact downloading. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
