From 44e782d79355e71a81fb7ddfe4c33be1e11404a7 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Mon, 6 Mar 2023 18:00:42 +0100 Subject: [PATCH] don't make buckets for UU --- manifests/script.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/script.pp b/manifests/script.pp index 0cca354..eec615a 100644 --- a/manifests/script.pp +++ b/manifests/script.pp @@ -329,7 +329,7 @@ class sunetdrive::script ( warn_criteria => ['exit_status=1','max_age=3d'], } } - unless $singlenode in ['mau'] { + unless $singlenode in ['mau', 'uu'] { sunet::scriptherder::cronjob { "make${singlenode}buckets": cmd => "/root/tasks/makebuckets.sh ${multinodeserver} ${nccontainer} ${singlenode}-${environment}", minute => '*',