Skip to content

Commit

Permalink
(packaging) Updating references for main
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetlabs-jenkins committed Oct 28, 2024
1 parent 8fcce5c commit 75ae1f4
Show file tree
Hide file tree
Showing 40 changed files with 82 additions and 82 deletions.
4 changes: 2 additions & 2 deletions references/configuration.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: Configuration Reference
toc: columns
canonical: "/puppet/latest/configuration.html"
---

# Configuration Reference

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:26 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:21 +0000


Expand Down
8 changes: 4 additions & 4 deletions references/function.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: Built-in function reference
canonical: "/puppet/latest/function.html"
toc_levels: 2
Expand All @@ -9,7 +9,7 @@ toc: columns

# Built-in function reference

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:47 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:35 +0000


Expand Down Expand Up @@ -4191,7 +4191,7 @@ Performs regexp replacement on a string or array of strings.

Signature 1

`regsubst(Variant[Array[String],String] $target, String $pattern, Variant[String,Hash[String,String]] $replacement, Optional[Optional[Pattern[/^[GEIM]*$/]]] $flags, Optional[Enum['N','E','S','U']] $encoding)`
`regsubst(Variant[Array[Variant[String,Sensitive[String]]],Sensitive[Array[Variant[String,Sensitive[String]]]],Variant[String,Sensitive[String]]] $target, String $pattern, Variant[String,Hash[String,String]] $replacement, Optional[Optional[Pattern[/^[GEIM]*$/]]] $flags, Optional[Enum['N','E','S','U']] $encoding)`

### Parameters

Expand Down Expand Up @@ -4229,7 +4229,7 @@ $i3 = regsubst($ipaddress,'^(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+)$','\\3')

Signature 2

`regsubst(Variant[Array[String],String] $target, Variant[Regexp,Type[Regexp]] $pattern, Variant[String,Hash[String,String]] $replacement, Optional[Pattern[/^G?$/]] $flags)`
`regsubst(Variant[Array[Variant[String,Sensitive[String]]],Sensitive[Array[Variant[String,Sensitive[String]]]],Variant[String,Sensitive[String]]] $target, Variant[Regexp,Type[Regexp]] $pattern, Variant[String,Hash[String,String]] $replacement, Optional[Pattern[/^G?$/]] $flags)`

### Parameters

Expand Down
4 changes: 2 additions & 2 deletions references/man/agent.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet agent'
canonical: "/puppet/latest/man/agent.html"
---

# Man Page: puppet agent

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-agent** - The puppet agent daemon
Expand Down
4 changes: 2 additions & 2 deletions references/man/apply.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet apply'
canonical: "/puppet/latest/man/apply.html"
---

# Man Page: puppet apply

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-apply** - Apply Puppet manifests locally
Expand Down
4 changes: 2 additions & 2 deletions references/man/catalog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet catalog'
canonical: "/puppet/latest/man/catalog.html"
---

# Man Page: puppet catalog

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-catalog** - Compile, save, view, and convert catalogs.
Expand Down
4 changes: 2 additions & 2 deletions references/man/config.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet config'
canonical: "/puppet/latest/man/config.html"
---

# Man Page: puppet config

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-config** - Interact with Puppet\'s settings.
Expand Down
4 changes: 2 additions & 2 deletions references/man/describe.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet describe'
canonical: "/puppet/latest/man/describe.html"
---

# Man Page: puppet describe

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-describe** - Display help about resource types
Expand Down
4 changes: 2 additions & 2 deletions references/man/device.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet device'
canonical: "/puppet/latest/man/device.html"
---

# Man Page: puppet device

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-device** - Manage remote network devices
Expand Down
4 changes: 2 additions & 2 deletions references/man/doc.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet doc'
canonical: "/puppet/latest/man/doc.html"
---

# Man Page: puppet doc

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-doc** - Generate Puppet references
Expand Down
4 changes: 2 additions & 2 deletions references/man/epp.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet epp'
canonical: "/puppet/latest/man/epp.html"
---

# Man Page: puppet epp

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-epp** - Interact directly with the EPP template
Expand Down
4 changes: 2 additions & 2 deletions references/man/facts.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet facts'
canonical: "/puppet/latest/man/facts.html"
---

# Man Page: puppet facts

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-facts** - Retrieve and store facts.
Expand Down
4 changes: 2 additions & 2 deletions references/man/filebucket.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet filebucket'
canonical: "/puppet/latest/man/filebucket.html"
---

# Man Page: puppet filebucket

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-filebucket** - Store and retrieve files in a filebucket
Expand Down
4 changes: 2 additions & 2 deletions references/man/generate.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet generate'
canonical: "/puppet/latest/man/generate.html"
---

# Man Page: puppet generate

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-generate** - Generates Puppet code from Ruby definitions.
Expand Down
4 changes: 2 additions & 2 deletions references/man/help.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet help'
canonical: "/puppet/latest/man/help.html"
---

# Man Page: puppet help

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-help** - Display Puppet help.
Expand Down
4 changes: 2 additions & 2 deletions references/man/lookup.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet lookup'
canonical: "/puppet/latest/man/lookup.html"
---

# Man Page: puppet lookup

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-lookup** - Interactive Hiera lookup
Expand Down
4 changes: 2 additions & 2 deletions references/man/module.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet module'
canonical: "/puppet/latest/man/module.html"
---

# Man Page: puppet module

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-module** - Creates, installs and searches for modules on the
Expand Down
4 changes: 2 additions & 2 deletions references/man/node.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet node'
canonical: "/puppet/latest/man/node.html"
---

# Man Page: puppet node

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-node** - View and manage node definitions.
Expand Down
4 changes: 2 additions & 2 deletions references/man/overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: Puppet Man Pages
canonical: "/puppet/latest/man/overview.html"
---

# Puppet Man Pages

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000


Expand Down
4 changes: 2 additions & 2 deletions references/man/parser.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet parser'
canonical: "/puppet/latest/man/parser.html"
---

# Man Page: puppet parser

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-parser** - Interact directly with the parser.
Expand Down
4 changes: 2 additions & 2 deletions references/man/plugin.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet plugin'
canonical: "/puppet/latest/man/plugin.html"
---

# Man Page: puppet plugin

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-plugin** - Interact with the Puppet plugin system.
Expand Down
4 changes: 2 additions & 2 deletions references/man/report.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet report'
canonical: "/puppet/latest/man/report.html"
---

# Man Page: puppet report

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-report** - Create, display, and submit reports.
Expand Down
4 changes: 2 additions & 2 deletions references/man/resource.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet resource'
canonical: "/puppet/latest/man/resource.html"
---

# Man Page: puppet resource

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-resource** - The resource abstraction layer shell
Expand Down
4 changes: 2 additions & 2 deletions references/man/script.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
built_from_commit: 812d7420ea5d7e19e8003b26486a7c8847afdb25
built_from_commit: 8fcce5cb0d88b7330540e59817a7e6eae7adcdea
title: 'Man Page: puppet script'
canonical: "/puppet/latest/man/script.html"
---

# Man Page: puppet script

> **NOTE:** This page was generated from the Puppet source code on 2024-10-18 17:22:50 +0000
> **NOTE:** This page was generated from the Puppet source code on 2024-10-28 17:40:38 +0000
## NAME
**puppet-script** - Run a puppet manifests as a script without compiling
Expand Down
Loading

0 comments on commit 75ae1f4

Please sign in to comment.