Hi, i've set up my puppet on several clients and today i noticed that the facts are loaded twice by the clients. I took strace to get the list of loaded fact file and i found that puppet seems to load the same fact files twice:
chdir("/var/lib/puppet/lib/facter") = 0 open(".", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6 info: Loading facts in vserver open("./vserver.rb", O_RDONLY) = 6 open("./vserver.rb", O_RDONLY) = 6 open("./vserver.rb", O_RDONLY) = 6 ... chdir("/var/lib/puppet/lib/facter") = 0 open(".", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6 info: Loading facts in vserver open("./vserver.rb", O_RDONLY) = 6 open("./vserver.rb", O_RDONLY) = 6 open("./vserver.rb", O_RDONLY) = 6 ... These are the two occurrences where puppet issues the info messages ("Loading facts in vserver"). Any ideas, why the facts are loaded twice? Regards, Andreas -- 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+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.