File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,49 @@ puppet facts save [\-\-terminus _TERMINUS] [\-\-extra HASH] \fIkey\fR
123
123
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\.
124
124
.
125
125
.TP
126
+ \fB show \fR \- Retrieve current node\' s facts\.
127
+ \fB SYNOPSIS \fR
128
+ .
129
+ .IP
130
+ puppet facts show [\-\- terminus _TERMINUS] [\-\- extra HASH] [\-\- config\- file \fI path \fR ] [\-\- custom\- dir \fI path \fR ] [\-\- external\- dir \fI path \fR ] [\-\- no\- block] [\-\- no\- cache] [\-\- show\- legacy] [\-\- value\- only] [\fI facts \fR ]
131
+ .
132
+ .IP
133
+ \fB DESCRIPTION \fR
134
+ .
135
+ .IP
136
+ Reads facts from the local system using \fB facter \fR terminus\. A query can be provided to retrieve just a specific fact or a set of facts\.
137
+ .
138
+ .IP
139
+ \fB OPTIONS \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
+ \fB RETURNS \fR
161
+ .
162
+ .IP
163
+ The output of facter with added puppet specific facts\.
164
+ .
165
+ .IP
166
+ \fB NOTES \fR
167
+ .
168
+ .TP
126
169
\fB upload \fR \- Upload local facts to the puppet master\.
127
170
\fB SYNOPSIS \fR
128
171
.
@@ -175,6 +218,15 @@ Get facts from the local system:
175
218
$ puppet facts find
176
219
.
177
220
.P
221
+ \fB show \fR
222
+ .
223
+ .P
224
+ retrieve facts:
225
+ .
226
+ .P
227
+ $ puppet facts show os
228
+ .
229
+ .P
178
230
\fB upload \fR
179
231
.
180
232
.P
You can’t perform that action at this time.
0 commit comments