mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
Add xenial
This commit is contained in:
parent
6d6c7f7e9b
commit
a7dbcdcf38
1 changed files with 4 additions and 0 deletions
|
@ -24,3 +24,7 @@ vivid:
|
||||||
version: 9.4
|
version: 9.4
|
||||||
pkg_repo: deb http://apt.postgresql.org/pub/repos/apt/ utopic-pgdg main
|
pkg_repo: deb http://apt.postgresql.org/pub/repos/apt/ utopic-pgdg main
|
||||||
conf_dir: /etc/postgresql/9.4/main
|
conf_dir: /etc/postgresql/9.4/main
|
||||||
|
xenial:
|
||||||
|
version: 9.5
|
||||||
|
pkg_repo: deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main
|
||||||
|
conf_dir: /etc/postgresql/9.5/main
|
||||||
|
|
Loading…
Add table
Reference in a new issue