From f0fd2c1c537e9b5738c232192c959e88e9ff20fb Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Mon, 30 Sep 2024 20:12:23 -0700 Subject: [PATCH] Update references --- man/man5/puppet.conf.5 | 2 +- references/configuration.md | 12 +++++++----- references/type.md | 6 +++--- references/types/service.md | 6 +++--- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/man/man5/puppet.conf.5 b/man/man5/puppet.conf.5 index e26dda63760..bc15d113816 100644 --- a/man/man5/puppet.conf.5 +++ b/man/man5/puppet.conf.5 @@ -1432,7 +1432,7 @@ When running in noop mode, Puppet will check whether each resource is in sync, l 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\. . .IP "\(bu" 4 -\fIDefault\fR: \fB2048\fR +\fIDefault\fR: \fB10240\fR . .IP "" 0 . diff --git a/references/configuration.md b/references/configuration.md index 7545626cd0d..cae70d17d50 100644 --- a/references/configuration.md +++ b/references/configuration.md @@ -1,6 +1,6 @@ --- layout: default -built_from_commit: df5486ee3426db584f794642d38ec44faec570c1 +built_from_commit: d0ec909330b5a98b868eae9a4aae37bbfca96e7a title: Configuration Reference toc: columns canonical: "/puppet/latest/configuration.html" @@ -8,7 +8,7 @@ canonical: "/puppet/latest/configuration.html" # Configuration Reference -> **NOTE:** This page was generated from the Puppet source code on 2024-08-28 11:00:06 -0700 +> **NOTE:** This page was generated from the Puppet source code on 2024-09-30 11:26:05 -0700 @@ -1013,7 +1013,7 @@ This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours The HTTP User-Agent string to send when making network requests. -- *Default*: `Puppet/8.9.0 Ruby/3.2.2-p53 (x86_64-linux)` +- *Default*: `Puppet/ Ruby/ ()` ### ignore_plugin_errors @@ -1457,9 +1457,11 @@ agent with `noop = true` or `--noop`. (Conversely, a resource with ### number_of_facts_soft_limit -The soft limit for the total number of facts. +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. -- *Default*: `2048` +- *Default*: `10240` ### onetime diff --git a/references/type.md b/references/type.md index 94369e5461a..245e31d5c8d 100644 --- a/references/type.md +++ b/references/type.md @@ -1,6 +1,6 @@ --- layout: default -built_from_commit: 942adce0b1b70f696b0f09d7109ded7559f0fa33 +built_from_commit: d0ec909330b5a98b868eae9a4aae37bbfca96e7a title: Resource Type Reference (Single-Page) canonical: "/puppet/latest/type.html" toc_levels: 2 @@ -9,7 +9,7 @@ toc: columns # Resource Type Reference (Single-Page) -> **NOTE:** This page was generated from the Puppet source code on 2024-08-28 16:45:59 -0700 +> **NOTE:** This page was generated from the Puppet source code on 2024-09-30 11:26:40 -0700 @@ -3793,7 +3793,7 @@ may be omitted. Other unit types (such as `.path`) may be managed by providing the proper suffix. * Required binaries: `systemctl`. -* 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.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`. * Supported features: `enableable`, `maskable`, `refreshable`. #### upstart {#service-provider-upstart} diff --git a/references/types/service.md b/references/types/service.md index ab8a431cd63..4172fec9089 100644 --- a/references/types/service.md +++ b/references/types/service.md @@ -1,13 +1,13 @@ --- layout: default -built_from_commit: 942adce0b1b70f696b0f09d7109ded7559f0fa33 +built_from_commit: d0ec909330b5a98b868eae9a4aae37bbfca96e7a title: 'Resource Type: service' canonical: "/puppet/latest/types/service.html" --- # Resource Type: service -> **NOTE:** This page was generated from the Puppet source code on 2024-08-28 16:45:59 -0700 +> **NOTE:** This page was generated from the Puppet source code on 2024-09-30 11:26:40 -0700 @@ -590,7 +590,7 @@ providing the proper suffix. * Required binaries: `systemctl` * Confined to: `true == Puppet::FileSystem.exist?('/proc/1/comm') && Puppet::FileSystem.read('/proc/1/comm').include?('systemd')` -* 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]"]` +* 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]"]` #### upstart {#service-provider-upstart}