Sha256: e64d6402e0360d6e8dcb2fe8314156eb03bd4a2c26eaf3b506b20431b2cc391b

Contents?: true

Size: 1.08 KB

Versions: 29

Compression:

Stored size: 1.08 KB

Contents

#!/usr/bin/env ruby
#
# = Synopsis
#
# Collect and display facts about the system.
#
# = Usage
#
#   facter [-d|--debug] [-h|--help] [-p|--puppet] [-v|--version] [-y|--yaml] [-j|--json] [fact] [fact] [...]
#
# = Description
#
# Collect and display facts about the current system.  The library behind
# Facter is easy to expand, making Facter an easy way to collect information
# about a system from within the shell or within Ruby.
#
# If no facts are specifically asked for, then all facts will be returned.
#
# = Options
#
# yaml::
#   Emit facts in YAML format.
#
# json::
#   Emit facts in JSON format.
#
# puppet::
#   Load the Puppet libraries, thus allowing Facter to load Puppet-specific facts.
#
# version::
#   Print the version and exit.
#
# help::
#   Print this help message.
#
# debug::
#   Enable debugging.
#
# trace::
#   Enable backtraces.
#
# timing::
#   Enable timing.
#
# = Example
#
#   facter kernel
#
# = Author
#
# Luke Kanies
#
# = Copyright
#
# Copyright (c) 2011 Puppet Labs, Inc
# Licensed under the Apache 2.0 license

require 'facter/application'

Facter::Application.run(ARGV)

Version data entries

29 entries across 29 versions & 3 rubygems

Version Path
facter-1.6.13 bin/facter
facter-1.6.13.rc1 bin/facter
facter-1.6.12 bin/facter
librarian-puppet-0.9.4 vendor/gems/ruby/1.8/gems/facter-1.6.11/bin/facter
facter-1.6.12.rc2 bin/facter
facter-1.6.12.rc1 bin/facter
supply_drop-0.11.0 examples/vendored-puppet/vendor/facter-1.6.4/bin/facter
librarian-puppet-0.9.3 vendor/gems/ruby/1.8/gems/facter-1.6.11/bin/facter
facter-1.6.11 bin/facter
supply_drop-0.10.2 examples/vendored-puppet/vendor/facter-1.6.4/bin/facter
supply_drop-0.10.1 examples/vendored-puppet/vendor/facter-1.6.4/bin/facter
supply_drop-0.10.0 examples/vendored-puppet/vendor/facter-1.6.4/bin/facter
facter-1.6.10 bin/facter
facter-1.6.9 bin/facter
facter-1.6.8 bin/facter
supply_drop-0.9.0 examples/vendored-puppet/vendor/facter-1.6.4/bin/facter
facter-1.6.7 bin/facter
supply_drop-0.8.1 examples/vendored-puppet/vendor/facter-1.6.4/bin/facter
supply_drop-0.8.0 examples/vendored-puppet/vendor/facter-1.6.4/bin/facter
facter-1.6.6 bin/facter