Issue #22009 has been updated by Lauri Tirkkonen.
I'm also seeing this; facter is returning 'physical' for non-global zones. I believe this is a regression since 1.7.1. I did a bisect, and the first bad commit is ef8db187e4e1a6ec906dc73459a1feff2be40c9c. However, it seems like that commit 995232eeb54b0aede5df5dea6ad4a35aee5c8208 fixes this regression (but that is not in 1.7.2) ---------------------------------------- Bug #22009: Facter does not work with solaris zones properly. https://projects.puppetlabs.com/issues/22009#change-96609 * 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.
