diff --git a/stack-easybib/recipes/deploy-housekeeping.rb b/stack-easybib/recipes/deploy-housekeeping.rb index 50426d97e..68ae3adc2 100644 --- a/stack-easybib/recipes/deploy-housekeeping.rb +++ b/stack-easybib/recipes/deploy-housekeeping.rb @@ -4,12 +4,8 @@ node['deploy'].each do |application, deploy| case application - when 'account_expiration' - next unless allow_deploy(application, 'account_expiration', 'housekeeping') when 'easybib' next unless allow_deploy(application, 'easybib', 'housekeeping') - when 'schoolanalytics' - next unless allow_deploy(application, 'schoolanalytics', 'housekeeping') when 'sharing' next unless allow_deploy(application, 'sharing', 'housekeeping') when 'easybib_api'