| The internal fact loader should start to load facts from the bottom of the hierarchy and not load the same fact twice. E.g. hierarchy = %w[Solaris, FreeBSD] We should first load all facts from FreeBSD, and then load from Solaris only the facts that have not already been loaded. |