Skip to content

Commit d0df47a

Browse files
committed
Update references [no-promote]
1 parent 39b98ed commit d0df47a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+82
-82
lines changed

man/man5/puppet.conf.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ When certificate_revocation is set to \'false\', Puppet disables all certificate
285285
.IP "" 0
286286
.
287287
.SS "certname"
288-
The name to use when handling certificates\. When a NODE requests a certificate from the CA Puppet Server, it uses the value of the \fBcertname\fR setting as its requested Subject CN\.
288+
The name to use when handling certificates\. When a HOST requests a certificate from the CA Puppet Server, it uses the value of the \fBcertname\fR setting as its requested Subject CN\.
289289
.
290290
.P
291291
This is the name used when managing a node\'s permissions in Puppet Server\'s auth\.conf \fIhttps://puppet\.com/docs/puppetserver/latest/config_file_auth\.html\fR\. In most cases, it is also used as the node\'s name when matching node definitions \fIhttps://puppet\.com/docs/puppet/latest/lang_node_definitions\.html\fR and requesting data from an ENC\. (This can be changed with the \fBnode_name_value\fR and \fBnode_name_fact\fR settings, although you should only do so if you have a compelling reason\.)

references/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: default
3-
built_from_commit: 6213ab69c135179d643e82ab1c62f58911068933
3+
built_from_commit: 39b98eda4a0ac1a1b02c3d9e9ed8d7cd225edc9e
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-09-04 23:41:35 +0000
11+
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:52:56 +0000
1212
1313

1414

@@ -303,7 +303,7 @@ certificate revocation checking and does not attempt to download the CRL.
303303

304304
### certname
305305

306-
The name to use when handling certificates. When a NODE
306+
The name to use when handling certificates. When a HOST
307307
requests a certificate from the CA Puppet Server, it uses the value of the
308308
`certname` setting as its requested Subject CN.
309309

references/function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
built_from_commit: 6213ab69c135179d643e82ab1c62f58911068933
3+
built_from_commit: 39b98eda4a0ac1a1b02c3d9e9ed8d7cd225edc9e
44
title: Built-in function reference
55
canonical: "/puppet/latest/function.html"
66
toc_levels: 2
@@ -9,7 +9,7 @@ toc: columns
99

1010
# Built-in function reference
1111

12-
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:41:48 +0000
12+
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:53:09 +0000
1313
1414

1515

references/man/agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: default
3-
built_from_commit: 6213ab69c135179d643e82ab1c62f58911068933
3+
built_from_commit: 39b98eda4a0ac1a1b02c3d9e9ed8d7cd225edc9e
44
title: 'Man Page: puppet agent'
55
canonical: "/puppet/latest/man/agent.html"
66
---
77

88
# Man Page: puppet agent
99

10-
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:41:50 +0000
10+
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:53:11 +0000
1111
1212
## NAME
1313
**puppet-agent** - The puppet agent daemon

references/man/apply.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: default
3-
built_from_commit: 6213ab69c135179d643e82ab1c62f58911068933
3+
built_from_commit: 39b98eda4a0ac1a1b02c3d9e9ed8d7cd225edc9e
44
title: 'Man Page: puppet apply'
55
canonical: "/puppet/latest/man/apply.html"
66
---
77

88
# Man Page: puppet apply
99

10-
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:41:50 +0000
10+
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:53:11 +0000
1111
1212
## NAME
1313
**puppet-apply** - Apply Puppet manifests locally

references/man/catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: default
3-
built_from_commit: 6213ab69c135179d643e82ab1c62f58911068933
3+
built_from_commit: 39b98eda4a0ac1a1b02c3d9e9ed8d7cd225edc9e
44
title: 'Man Page: puppet catalog'
55
canonical: "/puppet/latest/man/catalog.html"
66
---
77

88
# Man Page: puppet catalog
99

10-
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:41:50 +0000
10+
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:53:11 +0000
1111
1212
## NAME
1313
**puppet-catalog** - Compile, save, view, and convert catalogs.

references/man/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: default
3-
built_from_commit: 6213ab69c135179d643e82ab1c62f58911068933
3+
built_from_commit: 39b98eda4a0ac1a1b02c3d9e9ed8d7cd225edc9e
44
title: 'Man Page: puppet config'
55
canonical: "/puppet/latest/man/config.html"
66
---
77

88
# Man Page: puppet config
99

10-
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:41:50 +0000
10+
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:53:11 +0000
1111
1212
## NAME
1313
**puppet-config** - Interact with Puppet\'s settings.

references/man/describe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: default
3-
built_from_commit: 6213ab69c135179d643e82ab1c62f58911068933
3+
built_from_commit: 39b98eda4a0ac1a1b02c3d9e9ed8d7cd225edc9e
44
title: 'Man Page: puppet describe'
55
canonical: "/puppet/latest/man/describe.html"
66
---
77

88
# Man Page: puppet describe
99

10-
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:41:50 +0000
10+
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:53:11 +0000
1111
1212
## NAME
1313
**puppet-describe** - Display help about resource types

references/man/device.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: default
3-
built_from_commit: 6213ab69c135179d643e82ab1c62f58911068933
3+
built_from_commit: 39b98eda4a0ac1a1b02c3d9e9ed8d7cd225edc9e
44
title: 'Man Page: puppet device'
55
canonical: "/puppet/latest/man/device.html"
66
---
77

88
# Man Page: puppet device
99

10-
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:41:50 +0000
10+
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:53:11 +0000
1111
1212
## NAME
1313
**puppet-device** - Manage remote network devices

references/man/doc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: default
3-
built_from_commit: 6213ab69c135179d643e82ab1c62f58911068933
3+
built_from_commit: 39b98eda4a0ac1a1b02c3d9e9ed8d7cd225edc9e
44
title: 'Man Page: puppet doc'
55
canonical: "/puppet/latest/man/doc.html"
66
---
77

88
# Man Page: puppet doc
99

10-
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:41:50 +0000
10+
> **NOTE:** This page was generated from the Puppet source code on 2024-09-04 23:53:11 +0000
1111
1212
## NAME
1313
**puppet-doc** - Generate Puppet references

0 commit comments

Comments
 (0)