On Aug 17, 11:44 pm, Jake <j...@mainphrame.com> wrote: > I've installed facter-1.6.0 and puppet-2.7.3 on a number of SLES 10 > hardware nodes (HP DL580) running the Virtuozzo hosting software. > > Well, facter correctly identifies such a machine as a hardware node > ("virtual => openvzhn") but somehow concludes that the hardware node > is in fact virtual. ("is_virtual => true") > > This breaks some rather important logic. If anyone knows of a patch > floating around out there for 1.6.0 I'd be obliged. Even better would > be to get this officially fixed for facter-1.6.1. > > Joe
Hi, i have had the same trouble with puppet 2.6.9 and facter 1.6.0 i changed the if $ist_virtual{..} to if $is_virtual == 'true' {...} and now it works again. flo -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.