Issue #2291 has been reported by Paul Nasrat. ---------------------------------------- Bug #2291: Fix operatingsystemrelease for CentOS < 5 http://projects.reductivelabs.com/issues/2291
Author: Paul Nasrat Status: Accepted Priority: Normal Assigned to: Paul Nasrat Category: Target version: Complexity: Unknown Keywords: >From irc: On older CentOS releases, a sed command is used to parse the release number from /etc/redhat-release. However, the command lacked the proper amount of backslashes to escape the parenthesis. Also The previous check for /5/ matched releases like 4.5, which is not the intent. The previous check was introduced in 095eb15e, and changed the pattern from /^5^/. Using /^5/ to match when the release begins with 5 seems saner. -- 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 -~----------~----~----~----~------~----~------~--~---
