# File lib/chef-config/path_helper.rb, line 151
    def self.paths_eql?(path1, path2)
      canonical_path(path1) == canonical_path(path2)
    end