Issue #16506 has been updated by Jeff McCune. Status changed from Accepted to Merged - Pending Release Assignee deleted (Jeff McCune) Target version changed from 1.6.x to 1.6.14 Keywords set to uname hardwareisa
# Merged into 1.6.x 2.x and master Merged as 521ae22. <pre> $ git branch --contains 521ae22 1.6.x 2.x fix/1.6.x/16506_hpux_uname_p * master </pre> This should be released in the 1.6.14 release of Facter. Thank you again for your contribution, this is great. -Jeff ---------------------------------------- Bug #16506: -p option invalid passed to uname in 'hardwareisa' fact on HP-UX https://projects.puppetlabs.com/issues/16506#change-73783 Author: Alex Harvey Status: Merged - Pending Release Priority: Normal Assignee: Category: hpux Target version: 1.6.14 Keywords: uname hardwareisa Branch: https://github.com/puppetlabs/facter/pull/334 Affected Facter version: The following code does not work on HP-UX - Facter.add(:hardwareisa) do setcode 'uname -p' end And the following results - $ facter hardwareisa /usr/bin/uname: illegal option -- p usage: uname [-amnrsvil] [-S nodename] This affects all versions of HP-UX. -- 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.
