Skip to content

Commit 0e3e17a

Browse files
committed
Do not add version component to repo definition
1 parent 9f3c50e commit 0e3e17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/repo/apt_postgresql_org.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-> apt::source { 'apt.postgresql.org':
1818
location => $_baseurl,
1919
release => "${facts['os']['distro']['codename']}-pgdg",
20-
repos => "main ${postgresql::repo::version}",
20+
repos => 'main',
2121
key => {
2222
id => 'B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8',
2323
source => 'https://www.postgresql.org/media/keys/ACCC4CF8.asc',

0 commit comments

Comments
 (0)