mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
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:
parent
d9c071a547
commit
e474db9476
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue