ps.rb

Path: lib/facter/ps.rb
Last Update: Tue Mar 01 05:53:03 +0000 2016

Fact: ps

Purpose:

  Internal fact for what to use to list all processes. Used by
  the Service type in Puppet.

Resolution:

  Assumes `ps -ef` for all operating systems other than BSD derivatives, where
  it uses `ps auxwww`.

Caveats:

[Validate]