This commit is contained in:
Micke Nordin 2023-04-24 15:35:10 +02:00
parent 71fd8a3287
commit 8d5471d88e
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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,