diff --git a/tasks/boxes.rake b/tasks/boxes.rake index e38aa4d..456452a 100644 --- a/tasks/boxes.rake +++ b/tasks/boxes.rake @@ -177,14 +177,6 @@ namespace :boxes do end end - task :enable_puppet do - ENV['PUPPET'] = '1' - end - - task :enable_chef do - ENV['CHEF'] = '1' - end - desc 'Build all base boxes for release' - task :build_all => %w( enable_puppet enable_chef ubuntu:build:all debian:build:all ) + task :build_all => %w( ubuntu:build:all debian:build:all ) end