Issue #5680 has been updated by Nigel Kersten. Target version changed from GA to PE 1.0
---------------------------------------- Bug #5680: add support to installer for Oracle Enterprise Linux in RHEL variant https://projects.puppetlabs.com/issues/5680 Author: eric sorenson Status: Closed Priority: Normal Assignee: Nigel Kersten Category: installer Target version: PE 1.0 Keywords: Branch: Affected URL: Affected PE version: This one line patch allows for clean installation on OEL5 using the RHEL bundle. <pre> --- puppet-enterprise-installer.orig 2010-12-26 20:10:45.000000000 -0800 +++ puppet-enterprise-installer 2010-12-26 20:10:52.000000000 -0800 @@ -549,7 +549,7 @@ # Sanitize name for unusual platforms case "${PLATFORM_NAME?}" in - redhatenterpriseserver | redhatenterpriseclient | redhatenterpriseas ) + redhatenterpriseserver | redhatenterpriseclient | redhatenterpriseas | enterpriseenterpriseserver ) PLATFORM_NAME=rhel ;; esac </pre> As an aside, why are there separate tarballs for RHEL and CentOS? -- 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://projects.puppetlabs.com/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.
