diff options
author | Thibaut Notteboom <tib@tibux.org> | 2011-12-13 19:43:22 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:47 -0200 |
commit | 11339c3827cf47622d1fa95dc1913b6440f12b00 (patch) | |
tree | 3e8589037ebb102077e5adce387d1a7e8937bfaa /ruby/facter/README | |
parent | 7a13655bc9a5e791af3433e21ade23656a3c12ed (diff) | |
download | slackbuilds-11339c3827cf47622d1fa95dc1913b6440f12b00.tar.gz |
ruby/facter: Added (module for collecting facts about a host OS)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'ruby/facter/README')
-rw-r--r-- | ruby/facter/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ruby/facter/README b/ruby/facter/README new file mode 100644 index 0000000000..d1c815947d --- /dev/null +++ b/ruby/facter/README @@ -0,0 +1,4 @@ +Facter is a lightweight program that gathers basic node information +about the hardware and operating system. Facter is especially useful +for retrieving things like operating system names, hardware +characteristics, IP addresses, MAC addresses, and SSH keys. |