diff --git a/manifests/script.pp b/manifests/script.pp index fb1d536..bb91979 100644 --- a/manifests/script.pp +++ b/manifests/script.pp @@ -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',