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.
2 parents 276c160 + a72b875 commit 3d92e72Copy full SHA for 3d92e72
manifests/repo/apt_postgresql_org.pp
@@ -15,14 +15,15 @@
15
priority => 500,
16
}
17
-> apt::source { 'apt.postgresql.org':
18
- location => $_baseurl,
19
- release => "${facts['os']['distro']['codename']}-pgdg",
20
- repos => 'main',
21
- key => {
+ location => $_baseurl,
+ release => "${facts['os']['distro']['codename']}-pgdg",
+ repos => 'main',
+ architecture => $facts['os']['architecture'],
22
+ key => {
23
id => 'B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8',
24
source => 'https://www.postgresql.org/media/keys/ACCC4CF8.asc',
25
},
- include => {
26
+ include => {
27
src => false,
28
29
0 commit comments