Issue #10112 has been updated by Nigel Kersten.
commented on the pull, but we needed this for the recent CVE work where we had to signal the current puppet process. ---------------------------------------- Feature #10112: Facter should provide a built-in fact for the current process id. https://projects.puppetlabs.com/issues/10112 Author: Nigel Kersten Status: Accepted Priority: Normal Assignee: shubhra sinha varma Category: library Target version: 1.6.x Keywords: Branch: Affected Facter version: <pre> Facter.add("pid") do setcode { Process.pid } end </pre> This appears to work in testing with facter standalone, puppet apply, puppet agent, etc etc. -- 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.
