Skip to content

Commit b9ea3c5

Browse files
(packaging) Updating manpage file for 6.x
1 parent 52831dc commit b9ea3c5

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

man/man8/puppet-facts.8

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,49 @@ puppet facts save [\-\-terminus _TERMINUS] [\-\-extra HASH] \fIkey\fR
123123
API only: create or overwrite an object\. As the Faces framework does not currently accept data from STDIN, save actions cannot currently be invoked from the command line\.
124124
.
125125
.TP
126+
\fBshow\fR \- Retrieve current node\'s facts\.
127+
\fBSYNOPSIS\fR
128+
.
129+
.IP
130+
puppet facts show [\-\-terminus _TERMINUS] [\-\-extra HASH] [\-\-config\-file \fIpath\fR] [\-\-custom\-dir \fIpath\fR] [\-\-external\-dir \fIpath\fR] [\-\-no\-block] [\-\-no\-cache] [\-\-show\-legacy] [\-\-value\-only] [\fIfacts\fR]
131+
.
132+
.IP
133+
\fBDESCRIPTION\fR
134+
.
135+
.IP
136+
Reads facts from the local system using \fBfacter\fR terminus\. A query can be provided to retrieve just a specific fact or a set of facts\.
137+
.
138+
.IP
139+
\fBOPTIONS\fR \fI\-\-config\-file <path\fR> \- The location of the config file for Facter\.
140+
.
141+
.IP
142+
\fI\-\-custom\-dir <path\fR> \- The path to a directory that contains custom facts\.
143+
.
144+
.IP
145+
\fI\-\-external\-dir <path\fR> \- The path to a directory that contains external facts\.
146+
.
147+
.IP
148+
\fI\-\-no\-block\fR \- Disable fact blocking mechanism\.
149+
.
150+
.IP
151+
\fI\-\-no\-cache\fR \- Disable fact caching mechanism\.
152+
.
153+
.IP
154+
\fI\-\-show\-legacy\fR \- Show legacy facts when querying all facts\.
155+
.
156+
.IP
157+
\fI\-\-value\-only\fR \- Show only the value when the action is called with a single query
158+
.
159+
.IP
160+
\fBRETURNS\fR
161+
.
162+
.IP
163+
The output of facter with added puppet specific facts\.
164+
.
165+
.IP
166+
\fBNOTES\fR
167+
.
168+
.TP
126169
\fBupload\fR \- Upload local facts to the puppet master\.
127170
\fBSYNOPSIS\fR
128171
.
@@ -175,6 +218,15 @@ Get facts from the local system:
175218
$ puppet facts find
176219
.
177220
.P
221+
\fBshow\fR
222+
.
223+
.P
224+
retrieve facts:
225+
.
226+
.P
227+
$ puppet facts show os
228+
.
229+
.P
178230
\fBupload\fR
179231
.
180232
.P

0 commit comments

Comments
 (0)