Panaman
2011-Nov-28 16:51 UTC
[Puppet Users] puppet agent daemon does not load custom facts
This is something that is really bugging me, for some reason my puppet agents will not load the custom facts i have created. I Have the inventory service running in my puppet dashboard so I can see they are not loaded. If I ssh to the client node and manually run "puppet agent -t" the custom facts load and they show up in the inventory of the dashboard. I really hope I just have some configuration setting wrong. If I have to ssh to all my clients and run this by hand just to get them loaded I''m going to have a bad day..... -- 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.
Felix Frank
2011-Dec-08 10:06 UTC
Re: [Puppet Users] puppet agent daemon does not load custom facts
Hi, On 11/28/2011 05:51 PM, Panaman wrote:> This is something that is really bugging me, for some reason my puppet > agents will not load the custom facts i have created. > I Have the inventory service running in my puppet dashboard so I can > see they are not loaded. > If I ssh to the client node and manually run "puppet agent -t" the > custom facts load and they show up in the inventory of the dashboard. > > I really hope I just have some configuration setting wrong. If I have > to ssh to all my clients and run this by hand just to get them loaded > I''m going to have a bad day.....so the puppet.conf on the clients specifies pluginsync=true, I assume. Are you certain that the agents have already loaded this puppet.conf, or is it possible that they were initially launched with a pluginsync=false setting? Regards, Felix -- 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.
Stefan Heijmans
2011-Dec-08 13:10 UTC
[Puppet Users] Re: puppet agent daemon does not load custom facts
Is the custom fact perhaps based on a environment variable? I had something similar a while ago, check this post; https://groups.google.com/d/msg/puppet-users/2gjjaWFJm4Q/uANKwM-xWQ4J Stefan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/9UXBvl1Xy7YJ. 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.