# File lib/chef/solr/solr_installer.rb, line 370
    def indent
      @indent += 1
      yield
      @indent -= 1
    end