# File lib/serverspec/type/hadoop_config.rb, line 3
    def initialize(name=nil, options={})
      super

      begin
        require 'nokogiri'
      rescue LoadError
        fail "nokogiri is not available. Try installing it."
      end
    end