Skip to content

Commit 551f5c3

Browse files
authored
Merge pull request #888 from hex2a/patch-1
use https for apt.postgresql.org repo
2 parents cf8a119 + 5bfacb7 commit 551f5c3

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
@@ -6,7 +6,7 @@
66
#
77
# http://www.postgresql.org/download/linux/debian/
88
#
9-
$default_baseurl = 'http://apt.postgresql.org/pub/repos/apt/'
9+
$default_baseurl = 'https://apt.postgresql.org/pub/repos/apt/'
1010

1111
$_baseurl = pick($postgresql::repo::baseurl, $default_baseurl)
1212

0 commit comments

Comments
 (0)