We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3c50e commit 0e3e17aCopy full SHA for 0e3e17a
manifests/repo/apt_postgresql_org.pp
@@ -17,7 +17,7 @@
17
-> apt::source { 'apt.postgresql.org':
18
location => $_baseurl,
19
release => "${facts['os']['distro']['codename']}-pgdg",
20
- repos => "main ${postgresql::repo::version}",
+ repos => 'main',
21
key => {
22
id => 'B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8',
23
source => 'https://www.postgresql.org/media/keys/ACCC4CF8.asc',
0 commit comments