Skip to content

Commit b3ccdff

Browse files
(packaging) Updating manpage file for main
1 parent f65fd99 commit b3ccdff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

man/man5/puppet.conf.5

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,6 +1486,14 @@ The preferred means of serializing ruby instances for passing over the wire\. Th
14861486
.
14871487
.IP "" 0
14881488
.
1489+
.SS "preprocess_deferred"
1490+
Whether puppet should call deferred functions before applying the catalog\. If set to \fBtrue\fR, then all prerequisites needed for the deferred function must be satified prior to puppet running\. If set to \fBfalse\fR, then deferred functions will follow puppet relationships and ordering\. This allows puppet to install prerequisites needed for a deferred function and call the deferred function in the same run\.
1491+
.
1492+
.IP "\(bu" 4
1493+
\fIDefault\fR: \fBtrue\fR
1494+
.
1495+
.IP "" 0
1496+
.
14891497
.SS "prerun_command"
14901498
A command to run before every agent run\. If this command returns a non\-zero return code, the entire Puppet run will fail\.
14911499
.

0 commit comments

Comments
 (0)