Use upstream instructions for Apt pkg_repo (remove unnecessary version)

Upstream instructions: https://www.postgresql.org/download/linux/ubuntu/.

* deb http://apt.postgresql.org/pub/repos/apt/ YOUR_UBUNTU_VERSION_HERE-pgdg main
This commit is contained in:
Imran Iqbal 2018-06-16 01:25:30 +01:00 committed by Imran Iqbal
parent d9c071a547
commit e474db9476

View file

@ -22,7 +22,7 @@
# PostgreSQL packages are mostly downloaded from `main` repo component
fromrepo: {{ fromrepo }}
pkg_repo:
name: 'deb http://apt.postgresql.org/pub/repos/apt {{ name }}-pgdg main {{ version }}'
name: 'deb http://apt.postgresql.org/pub/repos/apt/ {{ name }}-pgdg main'
pkg: postgresql-{{ version }}
pkg_client: postgresql-client-{{ version }}
conf_dir: /etc/postgresql/{{ version }}/main