Fix pip
This commit is contained in:
parent
71fd8a3287
commit
8d5471d88e
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue