Skip to content

Commit 77dd791

Browse files
committed
Merge pull request puppetlabs#255 from mnencia/patch-6
Support apt.postgresql.org version specific packages.
2 parents 6ac2e25 + 0cb71c7 commit 77dd791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/repo/apt_postgresql_org.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
apt::source { 'apt.postgresql.org':
1313
location => 'http://apt.postgresql.org/pub/repos/apt/',
1414
release => "${::lsbdistcodename}-pgdg",
15-
repos => 'main',
15+
repos => "main ${version}",
1616
key => 'ACCC4CF8',
1717
key_source => 'http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc',
1818
include_src => false,

0 commit comments

Comments
 (0)