# File lib/facter/operatingsystem/linux.rb, line 128 def get_lsbdistid if (lsb_data = collect_lsb_information) lsb_data["Distributor ID"] end end