# File lib/facter/operatingsystem/linux.rb, line 122 def get_lsbdistcodename if (lsb_data = collect_lsb_information) lsb_data["Codename"] end end