Skip to content

Commit 1c58686

Browse files
authored
Merge pull request #9494 from joshcooper/update_references
Update references
2 parents c58db7a + f0fd2c1 commit 1c58686

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

man/man5/puppet.conf.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ When running in noop mode, Puppet will check whether each resource is in sync, l
14321432
The soft limit for the total number of fact values\. This counts the child elements of all facts (e\.g\. all items of an array or a hash), not just top level facts\.
14331433
.
14341434
.IP "\(bu" 4
1435-
\fIDefault\fR: \fB2048\fR
1435+
\fIDefault\fR: \fB10240\fR
14361436
.
14371437
.IP "" 0
14381438
.

references/configuration.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: default
3-
built_from_commit: df5486ee3426db584f794642d38ec44faec570c1
3+
built_from_commit: d0ec909330b5a98b868eae9a4aae37bbfca96e7a
44
title: Configuration Reference
55
toc: columns
66
canonical: "/puppet/latest/configuration.html"
77
---
88

99
# Configuration Reference
1010

11-
> **NOTE:** This page was generated from the Puppet source code on 2024-08-28 11:00:06 -0700
11+
> **NOTE:** This page was generated from the Puppet source code on 2024-09-30 11:26:05 -0700
1212
1313

1414

@@ -1013,7 +1013,7 @@ This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours
10131013

10141014
The HTTP User-Agent string to send when making network requests.
10151015

1016-
- *Default*: `Puppet/8.9.0 Ruby/3.2.2-p53 (x86_64-linux)`
1016+
- *Default*: `Puppet/<version> Ruby/<version> (<architecture>)`
10171017

10181018
### ignore_plugin_errors
10191019

@@ -1457,9 +1457,11 @@ agent with `noop = true` or `--noop`. (Conversely, a resource with
14571457

14581458
### number_of_facts_soft_limit
14591459

1460-
The soft limit for the total number of facts.
1460+
The soft limit for the total number of fact values. This counts the
1461+
child elements of all facts (e.g. all items of an array or a hash), not just top
1462+
level facts.
14611463

1462-
- *Default*: `2048`
1464+
- *Default*: `10240`
14631465

14641466
### onetime
14651467

references/type.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
built_from_commit: 942adce0b1b70f696b0f09d7109ded7559f0fa33
3+
built_from_commit: d0ec909330b5a98b868eae9a4aae37bbfca96e7a
44
title: Resource Type Reference (Single-Page)
55
canonical: "/puppet/latest/type.html"
66
toc_levels: 2
@@ -9,7 +9,7 @@ toc: columns
99

1010
# Resource Type Reference (Single-Page)
1111

12-
> **NOTE:** This page was generated from the Puppet source code on 2024-08-28 16:45:59 -0700
12+
> **NOTE:** This page was generated from the Puppet source code on 2024-09-30 11:26:40 -0700
1313
1414

1515

@@ -3793,7 +3793,7 @@ may be omitted. Other unit types (such as `.path`) may be managed by
37933793
providing the proper suffix.
37943794

37953795
* Required binaries: `systemctl`.
3796-
* Default for `os.family` == `archlinux`. Default for `os.family` == `redhat`. Default for `os.family` == `redhat` and `os.name` == `fedora`. Default for `os.family` == `suse`. Default for `os.family` == `coreos`. Default for `os.family` == `gentoo`. Default for `os.name` == `amazon` and `os.release.major` == `2, 2023`. Default for `os.name` == `debian`. Default for `os.name` == `LinuxMint`. Default for `os.name` == `ubuntu`. Default for `os.name` == `cumuluslinux` and `os.release.major` == `3, 4`.
3796+
* Default for `os.family` == `archlinux`. Default for `os.family` == `redhat`. Default for `os.family` == `redhat` and `os.name` == `fedora`. Default for `os.family` == `suse`. Default for `os.family` == `coreos`. Default for `os.family` == `gentoo`. Default for `os.name` == `amazon` and `os.release.major` == `2, 2023`. Default for `os.name` == `debian`. Default for `os.name` == `LinuxMint`. Default for `os.name` == `ubuntu`. Default for `os.name` == `cumuluslinux` and `os.release.major` == `3, 4`. Default for `os.name` == `raspbian` and `os.release.major` == `12`.
37973797
* Supported features: `enableable`, `maskable`, `refreshable`.
37983798

37993799
#### upstart {#service-provider-upstart}

references/types/service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: default
3-
built_from_commit: 942adce0b1b70f696b0f09d7109ded7559f0fa33
3+
built_from_commit: d0ec909330b5a98b868eae9a4aae37bbfca96e7a
44
title: 'Resource Type: service'
55
canonical: "/puppet/latest/types/service.html"
66
---
77

88
# Resource Type: service
99

10-
> **NOTE:** This page was generated from the Puppet source code on 2024-08-28 16:45:59 -0700
10+
> **NOTE:** This page was generated from the Puppet source code on 2024-09-30 11:26:40 -0700
1111
1212

1313

@@ -590,7 +590,7 @@ providing the proper suffix.
590590

591591
* Required binaries: `systemctl`
592592
* Confined to: `true == Puppet::FileSystem.exist?('/proc/1/comm') && Puppet::FileSystem.read('/proc/1/comm').include?('systemd')`
593-
* Default for: `["os.family", "[:archlinux]"] == `, `["os.family", "redhat"] == `, `["os.family", "redhat"] == ["os.name", "fedora"]`, `["os.family", "suse"] == `, `["os.family", "coreos"] == `, `["os.family", "gentoo"] == `, `["os.name", "amazon"] == ["os.release.major", "%w[2 2023]"]`, `["os.name", "debian"] == `, `["os.name", "LinuxMint"] == `, `["os.name", "ubuntu"] == `, `["os.name", "cumuluslinux"] == ["os.release.major", "%w[3 4]"]`
593+
* Default for: `["os.family", "[:archlinux]"] == `, `["os.family", "redhat"] == `, `["os.family", "redhat"] == ["os.name", "fedora"]`, `["os.family", "suse"] == `, `["os.family", "coreos"] == `, `["os.family", "gentoo"] == `, `["os.name", "amazon"] == ["os.release.major", "%w[2 2023]"]`, `["os.name", "debian"] == `, `["os.name", "LinuxMint"] == `, `["os.name", "ubuntu"] == `, `["os.name", "cumuluslinux"] == ["os.release.major", "%w[3 4]"]`, `["os.name", "raspbian"] == ["os.release.major", "%w[12]"]`
594594

595595
#### upstart {#service-provider-upstart}
596596

0 commit comments

Comments
 (0)