diff --git a/puppet/modules/slave/manifests/packaging/debian.pp b/puppet/modules/slave/manifests/packaging/debian.pp index 39c33d5a9..579431ed8 100644 --- a/puppet/modules/slave/manifests/packaging/debian.pp +++ b/puppet/modules/slave/manifests/packaging/debian.pp @@ -10,13 +10,7 @@ ensure => present, } - if $facts['os']['name'] == 'Debian' and versioncmp($facts['os']['release']['major'], '11') >= 0 { - ensure_packages(['python3-pip', 'python3-setuptools']) - } else { - ensure_packages(['python-pip', 'python-setuptools']) - } - - ensure_packages(['zstd']) + ensure_packages(['python3-pip', 'python3-setuptools', 'zstd']) if $facts['os']['name'] == 'Debian' { include apt::backports