diff --git a/manifests/script.pp b/manifests/script.pp index aa6e609..6547a0a 100644 --- a/manifests/script.pp +++ b/manifests/script.pp @@ -245,8 +245,8 @@ class sunetdrive::script ( warn_criteria => ['exit_status=1','max_age=31d'], } } - # Opt out of userbuckets - if $customer in ['extern', 'gih', 'suni', 'common', 'su', 'lnu'] { + # Opt out of userbuckets, also customers that ended the contract + if $customer in ['extern', 'gih', 'hkr', 'suni', 'common', 'su', 'lnu'] { sunet::scriptherder::cronjob { 'makebuckets': ensure => absent, cmd => 'bin/true',