Issue #22009 has been updated by Lauri Tirkkonen.
Lauri Tirkkonen wrote: > However, it seems like that commit 995232eeb54b0aede5df5dea6ad4a35aee5c8208 > fixes this regression (but that is not in 1.7.2) That commit is in 1.7.3 so I believe that release fixes this issue. ---------------------------------------- Bug #22009: Facter does not work with solaris zones properly. https://projects.puppetlabs.com/issues/22009#change-97324 * Author: David K * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target version: * Keywords: * Branch: * Affected Facter version: 1.7.2 ---------------------------------------- is_virtual and virtual are wrong. Issue is there are two SunOS confines. The second out does no checking for being a zone at all so it defaults to physical. Solution: remove SunOS from the list of.. Facter.add("virtual") do confine :kernel => %w{Linux FreeBSD OpenBSD SunOS HP-UX GNU/kFreeBSD} -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
