Skip to content

Commit 5bfacb7

Browse files
authored
use https for apt.postgresql.org repo
1 parent 6b3e2fb commit 5bfacb7

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)