# File lib/chef/expander/cluster_supervisor.rb, line 54
      def initialize
        @workers = {}
        @running = true
        @kill    = :TERM
      end