diff --git a/manifests/install.pp b/manifests/install.pp index 6d3cb7e3..2b68da2c 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -216,6 +216,9 @@ } elsif $::osfamily == 'Gentoo' { $pip_category = 'dev-python' $pip_package = 'pip' + } elsif ($::osfamily == 'RedHat') and ($::operatingsystemrelease =~ /^7/) { + $pip_category = undef + $pip_package = 'python2-pip' } else { $pip_category = undef $pip_package = 'python-pip'