diff --git a/manifests/script.pp b/manifests/script.pp index 491d7a0..fe7b859 100644 --- a/manifests/script.pp +++ b/manifests/script.pp @@ -3,6 +3,7 @@ class sunetdrive::script ( $bootstrap = undef, $location = undef ) { + include sunet::packages::python3_pip $environment = sunetdrive::get_environment() $customer = sunetdrive::get_customer() $apikey_test = safe_hiera('monitor_apikey_test') @@ -70,10 +71,6 @@ class sunetdrive::script ( ensure => installed, provider => apt, } - -> package { 'python3-pip': - ensure => installed, - provider => apt, - } package { 'duplicity': ensure => installed, provider => apt,