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 6ac2e25 + 0cb71c7 commit 77dd791Copy full SHA for 77dd791
manifests/repo/apt_postgresql_org.pp
@@ -12,7 +12,7 @@
12
apt::source { 'apt.postgresql.org':
13
location => 'http://apt.postgresql.org/pub/repos/apt/',
14
release => "${::lsbdistcodename}-pgdg",
15
- repos => 'main',
+ repos => "main ${version}",
16
key => 'ACCC4CF8',
17
key_source => 'http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc',
18
include_src => false,
0 commit comments