We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c0a7c commit 59f4a99Copy full SHA for 59f4a99
REFERENCE.md
@@ -1198,7 +1198,7 @@ apt::source_deb822 { 'Puppetlabs-puppet':
1198
uris => ['http://apt.puppet.com'],
1199
suites => ['jammy'],
1200
components => ['puppet8'],
1201
- signed_by => ['/etc/apt/keyrings/linuxembl-ebi.gpg'],
+ signed_by => ['/etc/apt/keyrings/puppetlabs.gpg'],
1202
}
1203
```
1204
manifests/source_deb822.pp
@@ -8,7 +8,7 @@
8
# uris => ['http://apt.puppet.com'],
9
# suites => ['jammy'],
10
# components => ['puppet8'],
11
-# signed_by => ['/etc/apt/keyrings/linuxembl-ebi.gpg'],
+# signed_by => ['/etc/apt/keyrings/puppetlabs.gpg'],
12
# }
13
#
14
# @example Ensure absence of a repo
0 commit comments