Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update references #9494

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion man/man5/puppet.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
.
Expand Down
12 changes: 7 additions & 5 deletions references/configuration.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: default
built_from_commit: df5486ee3426db584f794642d38ec44faec570c1
built_from_commit: d0ec909330b5a98b868eae9a4aae37bbfca96e7a
title: Configuration Reference
toc: columns
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



Expand Down Expand Up @@ -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/<version> Ruby/<version> (<architecture>)`

### ignore_plugin_errors

Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions references/type.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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



Expand Down Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions references/types/service.md
Original file line number Diff line number Diff line change
@@ -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



Expand Down Expand Up @@ -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}

Expand Down