Hello, I have 680 hosts reporting into a central puppet server. Yesterday I made a change to site.pp and the nodes/foo.pp and nodes/ bar.pp files to push out some new files (a script to enable LDAP) and it seems that only a handful of stores have downloaded the file and run the script.
(I don't have reporting setup yet other than on a few clients which I did manually) If I ssh into a client and run 'puppetd --test --verbose --debug' it will in fact download the script to enable LDAP and run it with no problem. My understanding was that puppetd "checks in" with the puppetmaster server every 30 minutes (based on the runinterval variable in puppet.conf, which I've left at default) and if there were new files "waiting" for it, it would then do whatever, download them, etc. I restarted puppetmasterd on the puppetmaster box, and as I said I can manually run puppetd on a box and it will do the right thing and download the script and run it, but clearly logging into each box and manually doing that isn't an option, otherwise I don't need puppet ;) Am I missing something obvious here? The clients are all running puppet-0.24.4 with facter-1.3.8 and ruby 1.8.6. The server is running puppet-0.24.5, facter-1.5.2, and ruby 1.8.6. Thanks as always, Josh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
