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 3698e1e commit 936b987Copy full SHA for 936b987
REFERENCE.md
@@ -1251,7 +1251,7 @@ apt::source_deb822 { 'Puppetlabs-puppet':
1251
uris => ['http://apt.puppet.com'],
1252
suites => ['jammy'],
1253
components => ['puppet8'],
1254
- signed_by => ['/etc/apt/keyrings/linuxembl-ebi.gpg'],
+ signed_by => ['/etc/apt/keyrings/puppetlabs.gpg'],
1255
}
1256
```
1257
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