Skip to content

Commit

Permalink
Merge pull request #2549 from jcharaoui/main
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper authored Apr 11, 2024
2 parents 859d888 + 9528b34 commit 39b48ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
7 changes: 5 additions & 2 deletions lib/facter/templates/man.erb
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<%# encoding: UTF-8%>
facter - collect and display facts about the current system
===========================================================

SYNOPSIS
--------
facter [options] [query] [query] [...]
<b>facter</b> [options] [query] [query] [...]

DESCRIPTION
-----------
Collect and display facts about the current system. The library behind Facter is easy to extend, making Facter an easy way to collect information about a system.
<b>facter</b> is a command-line tool that gathers basic facts about nodes (systems) such as hardware details, network settings, OS type and version, and more. These facts are made available as variables in your Puppet manifests and can be used to inform conditional expressions in Puppet.

If no queries are given, then all facts will be returned.

Expand Down
14 changes: 10 additions & 4 deletions man/man8/facter.8
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "FACTER" "8" "July 2021" "Puppet, Inc." "Facter manual"
.TH "FACTER" "8" "March 2024" "Puppet, Inc." "Facter manual"
.
.SH "NAME"
\fBfacter\fR
\fBfacter\fR \- collect and display facts about the current system
.
.SH "SYNOPSIS"
facter [options] [query] [query] [\.\.\.]
\fBfacter\fR [options] [query] [query] [\.\.\.]
.
.SH "DESCRIPTION"
Collect and display facts about the current system\. The library behind Facter is easy to extend, making Facter an easy way to collect information about a system\.
\fBfacter\fR is a command\-line tool that gathers basic facts about nodes (systems) such as hardware details, network settings, OS type and version, and more\. These facts are made available as variables in your Puppet manifests and can be used to inform conditional expressions in Puppet\.
.
.P
If no queries are given, then all facts will be returned\.
Expand Down Expand Up @@ -147,6 +147,12 @@ Show how much time it took to resolve each fact
Resolve facts sequentially
.
.TP
\fB\-\-http\-debug\fR:
.
.IP
Whether to write HTTP request and responses to stderr\. This should never be used in production\.
.
.TP
\fB\-p\fR, \fB\-\-puppet\fR:
.
.IP
Expand Down

0 comments on commit 39b48ad

Please sign in to comment.