Issue #5040 has been updated by Stefan Schulte. File 0002-FEATURE-5040-virtual-should-detect-hpvm.patch added
Heres a patch that introduces a new `hpvm?` Function in `util/virtual.rb` and modifies the `virtual` and `is_virtual` fact. The patch assumes that Fix #5016 is already applied (one conflicting line otherwise). The patch does include tests. ---------------------------------------- Feature #5040: virtual should detect hpvm https://projects.puppetlabs.com/issues/5040 Author: Stefan Schulte Status: Unreviewed Priority: Normal Assignee: Category: Target version: Keywords: virtual, is_virtual, HP-UX Branch: With HP-UX you can build virtual systems that are often refered to as HP-VMs. Facter should recognize HP-VMs and set "virtual" and "is_virtual" accordingly. The easiest way to recognize them I've found out so far (and that doesnt rely on tools that might be not installed) is to call /usr/bin/getconf MACHINE_MODEL If you're running a HP-VM Guest you will get something like 'ia64 hp server Integrity Virtual Machine' so I guess /Virtual Machine/ should always fit. -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
