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
Actions