Issue #1495 has been updated by luke. Status changed from Ready for Testing to Closed
Merged. ---------------------------------------- Bug #1495: operatingsystemrelease fact incorrect on CentOS 5 http://reductivelabs.com/redmine/issues/show/1495 Author: josb Status: Closed Priority: Normal Assigned to: Category: Target version: 1.5.0 Complexity: Trivial Keywords: On CentOS 5.1, facter 1.5.0 displays the following output: <pre> # facter operatingsystemrelease 5 # </pre> After applying the attached patch it displays the correct value: <pre> # facter operatingsystemrelease 5.1 # </pre> The patch also removes some useless uses of cat(1). ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
