SU and LNU opts out of userbuckets according to freitag and anders from customer meeting

This commit is contained in:
Micke Nordin 2023-10-03 17:08:37 +02:00
parent f6cca5bcdc
commit 0a09f73f12
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -232,7 +232,7 @@ class sunetdrive::script (
}
}
# Opt out of userbuckets
unless $customer in ['extern', 'gih', 'suni', 'common'] {
unless $customer in ['extern', 'gih', 'suni', 'common', 'su', 'lnu'] {
sunet::scriptherder::cronjob { 'makebuckets':
cmd => '/root/tasks/makebuckets.sh',
minute => '*/5',