Skip to content

Commit 59f4a99

Browse files
committed
Replace example with generic content
1 parent 44c0a7c commit 59f4a99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ apt::source_deb822 { 'Puppetlabs-puppet':
11981198
uris => ['http://apt.puppet.com'],
11991199
suites => ['jammy'],
12001200
components => ['puppet8'],
1201-
signed_by => ['/etc/apt/keyrings/linuxembl-ebi.gpg'],
1201+
signed_by => ['/etc/apt/keyrings/puppetlabs.gpg'],
12021202
}
12031203
```
12041204

manifests/source_deb822.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# uris => ['http://apt.puppet.com'],
99
# suites => ['jammy'],
1010
# components => ['puppet8'],
11-
# signed_by => ['/etc/apt/keyrings/linuxembl-ebi.gpg'],
11+
# signed_by => ['/etc/apt/keyrings/puppetlabs.gpg'],
1212
# }
1313
#
1414
# @example Ensure absence of a repo

0 commit comments

Comments
 (0)