Skip to content

Commit 400bff5

Browse files
(packaging) Updating manpage file for main
1 parent 9ab49df commit 400bff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

man/man5/puppet.conf.5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Setting a global value for config_version in puppet\.conf is not allowed (but it
384384
Prints the value of a specific configuration setting\. If the name of a setting is provided for this, then the value is printed and puppet exits\. Comma\-separate multiple values\. For a list of all values, specify \'all\'\. This setting is deprecated, the \'puppet config\' command replaces this functionality\.
385385
.
386386
.SS "crl_refresh_interval"
387-
How often the Puppet agent refreshes its local CRL\. By default the CRL is only downloaded once, and never refreshed\. If a duration is specified, then the agent will refresh its CRL whenever it next runs and the elapsed time since the CRL was last refreshed exceeds the duration\.
387+
How often the Puppet agent refreshes its local CRL\. By default the CRL is refreshed once every 24 hours\. If a different duration is specified, then the agent will refresh its CRL whenever it next runs and the elapsed time since the CRL was last refreshed exceeds the duration\.
388388
.
389389
.P
390390
In general, the duration should be greater than the \fBruninterval\fR\. Setting it to an equal or lesser value will cause the CRL to be refreshed on every run\.
@@ -393,7 +393,7 @@ In general, the duration should be greater than the \fBruninterval\fR\. Setting
393393
If the agent downloads a new CRL, the agent will use it for subsequent network requests\. If the refresh request fails or if the CRL is unchanged on the server, then the agent run will continue using the local CRL it already has\.This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
394394
.
395395
.IP "\(bu" 4
396-
\fIDefault\fR: ``
396+
\fIDefault\fR: \fB1d\fR
397397
.
398398
.IP "" 0
399399
.

0 commit comments

Comments
 (0)