diff --git a/manifests/install.pp b/manifests/install.pp index a6dad661..d991b971 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -215,7 +215,7 @@ } } - if "${::python::version}" =~ /^3/ { #lint:ignore:only_variable_string + if "${::python::version}" =~ /^python3/ { #lint:ignore:only_variable_string $pip_category = undef $pip_package = 'python3-pip' } elsif ($::osfamily == 'RedHat') and (versioncmp($::operatingsystemmajrelease, '7') >= 0) {