Fix pip
This commit is contained in:
parent
71fd8a3287
commit
8d5471d88e
1 changed files with 1 additions and 4 deletions
|
@ -3,6 +3,7 @@ class sunetdrive::script (
|
||||||
$bootstrap = undef,
|
$bootstrap = undef,
|
||||||
$location = undef
|
$location = undef
|
||||||
) {
|
) {
|
||||||
|
include sunet::packages::python3_pip
|
||||||
$environment = sunetdrive::get_environment()
|
$environment = sunetdrive::get_environment()
|
||||||
$customer = sunetdrive::get_customer()
|
$customer = sunetdrive::get_customer()
|
||||||
$apikey_test = safe_hiera('monitor_apikey_test')
|
$apikey_test = safe_hiera('monitor_apikey_test')
|
||||||
|
@ -70,10 +71,6 @@ class sunetdrive::script (
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
provider => apt,
|
provider => apt,
|
||||||
}
|
}
|
||||||
-> package { 'python3-pip':
|
|
||||||
ensure => installed,
|
|
||||||
provider => apt,
|
|
||||||
}
|
|
||||||
package { 'duplicity':
|
package { 'duplicity':
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
provider => apt,
|
provider => apt,
|
||||||
|
|
Loading…
Add table
Reference in a new issue