# File lib/chef/handler/json_file.rb, line 28
      def initialize(config={})
        @config = config
        @config[:path] ||= "/var/chef/reports"
        @config
      end