jasper bd4137de70 import facter-3.0.1
Native implementation of facter functionality in C++11, providing:
  - a shared library which gather facts about the system
  - an executable for standalone command line usage
  - a ruby file to enable require 'facter'
Facter is especially useful for retrieving things like operating system
names, hardware characteristics, IP addresses, MAC addresses, and SSH
keys.

Note that this port doesn't provide all the facts that sysutils/ruby-facter
does right now, but that's being worked on. therefore it's not used by
puppet yet.

feedback/ok aja@
2015-07-01 09:13:33 +00:00

10 lines
369 B
Plaintext

Native implementation of facter functionality in C++11, providing:
- a shared library which gather facts about the system
- an executable for standalone command line usage
- a ruby file to enable require 'facter'
Facter is especially useful for retrieving things like operating system
names, hardware characteristics, IP addresses, MAC addresses, and SSH
keys.