From 99f768708a49dec05c8b131776874509f946dd89 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Sun, 17 Nov 2024 13:57:57 +0100 Subject: [PATCH] Install kopia --- manifests/script.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/script.pp b/manifests/script.pp index 494150d..daa22bc 100644 --- a/manifests/script.pp +++ b/manifests/script.pp @@ -4,6 +4,7 @@ class sunetdrive::script ( $location = undef ) { include sunet::packages::python3_pip + include sunet::packages::kopia $environment = sunetdrive::get_environment() $customer = sunetdrive::get_customer() $apikey_test = safe_hiera('monitor_apikey_test')