Skip to content

Commit 73c4e66

Browse files
committed
Merge pull request puppetlabs#695 from Danie/master
Change apt::pin to apt_postgresql_org to prevent error message
2 parents c29570a + b9b6795 commit 73c4e66

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)