Skip to content

Commit 0c75998

Browse files
(packaging) Updating manpage file for 7.x
1 parent fe63c90 commit 0c75998

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
@@ -62,6 +62,14 @@ Whether to allow a new certificate request to overwrite an existing certificate
6262
.
6363
.IP "" 0
6464
.
65+
.SS "allow_pson_serialization"
66+
Whether when unable to serialize to JSON or other formats, Puppet falls back to PSON\. This option affects both puppetserver\'s configuration management service responses and when the agent saves its cached catalog\. This option is useful in preventing the loss of data because rich data cannot be serialized via PSON\.
67+
.
68+
.IP "\(bu" 4
69+
\fIDefault\fR: \fBtrue\fR
70+
.
71+
.IP "" 0
72+
.
6573
.SS "always_retry_plugins"
6674
Affects how we cache attempts to load Puppet resource types and features\. If true, then calls to \fBPuppet\.type\.<type>?\fR \fBPuppet\.feature\.<feature>?\fR will always attempt to load the type or feature (which can be an expensive operation) unless it has already been loaded successfully\. This makes it possible for a single agent run to, e\.g\., install a package that provides the underlying capabilities for a type or feature, and then later load that type or feature during the same run (even if the type or feature had been tested earlier and had not been available)\.
6775
.

0 commit comments

Comments
 (0)