# File lib/chef/solr/solr_installer.rb, line 300
    def scorch_the_earth
      group("Removing the existing Chef Solr installation") do
        rm_rf(config.solr_home_path)
        rm_rf(config.solr_jetty_path)
        rm_rf(config.solr_data_path)
      end
    end