Actions
Feature #4086
closedNeed a reliable way in katello-configure puppet to determine if we are in a SCL env
Description
Currently we have:
if ($operatingsystem "RedHat" or $operatingsystem "CentOS"){
$scl_prefix = 'ruby193-'
+ $scl_root = '/opt/rh/ruby193/root'
which may eventually come back to bite us when we no longer require SCL in RHEL and CentOS. Need a more reliable SCL detection routine we can rely on
Created: mccun934 on May 19, 2013 17:13 +00:00
Imported from https://api.github.com/repos/Katello/katello/issues/2334
Updated by Eric Helms over 10 years ago
- Status changed from New to Closed
- Triaged set to No
Using new katello-installer, closing due to now irrelevant.
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13
Actions