Skip to content

Commit 39b48ad

Browse files
authored
Merge pull request #2549 from jcharaoui/main
2 parents 859d888 + 9528b34 commit 39b48ad

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

lib/facter/templates/man.erb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<%# encoding: UTF-8%>
2+
facter - collect and display facts about the current system
3+
===========================================================
4+
25
SYNOPSIS
36
--------
4-
facter [options] [query] [query] [...]
7+
<b>facter</b> [options] [query] [query] [...]
58

69
DESCRIPTION
710
-----------
8-
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.
11+
<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.
912

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

man/man8/facter.8

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "FACTER" "8" "July 2021" "Puppet, Inc." "Facter manual"
4+
.TH "FACTER" "8" "March 2024" "Puppet, Inc." "Facter manual"
55
.
66
.SH "NAME"
7-
\fBfacter\fR
7+
\fBfacter\fR \- collect and display facts about the current system
88
.
99
.SH "SYNOPSIS"
10-
facter [options] [query] [query] [\.\.\.]
10+
\fBfacter\fR [options] [query] [query] [\.\.\.]
1111
.
1212
.SH "DESCRIPTION"
13-
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\.
13+
\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\.
1414
.
1515
.P
1616
If no queries are given, then all facts will be returned\.
@@ -147,6 +147,12 @@ Show how much time it took to resolve each fact
147147
Resolve facts sequentially
148148
.
149149
.TP
150+
\fB\-\-http\-debug\fR:
151+
.
152+
.IP
153+
Whether to write HTTP request and responses to stderr\. This should never be used in production\.
154+
.
155+
.TP
150156
\fB\-p\fR, \fB\-\-puppet\fR:
151157
.
152158
.IP

0 commit comments

Comments
 (0)