Skip to content

Commit b9b6795

Browse files
committed
Change apt::pin to apt_postgresql_org to prevent error message "wrong
file extension".
1 parent 09ff794 commit b9b6795

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
@@ -5,7 +5,7 @@
55
#
66
# http://www.postgresql.org/download/linux/debian/
77
#
8-
apt::pin { 'apt.postgresql.org':
8+
apt::pin { 'apt_postgresql_org':
99
originator => 'apt.postgresql.org',
1010
priority => 500,
1111
}->

0 commit comments

Comments
 (0)