Hello puppeteers. I discovered a problem with newer versions of yum. When puppet checks the repository for later versions it uses the following command:
/usr/bin/yum -d 0 -e 0 list available package Earlier versions of yum printed nothing and exited 0 if no new packages were available. Unfortunately, yum-3.2.8-9.el5_2.1 prints an ERROR (which puppet might not care about) and exits 1 (which does concern puppet). There doesn't seem to be a functional problem, but I could do without all the error messages polluting my syslog. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---