mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
Add missing conf_dir for Ubuntu Codenames.
This commit is contained in:
parent
70dc865448
commit
abd8314225
1 changed files with 3 additions and 0 deletions
|
@ -10,9 +10,12 @@ jessie:
|
||||||
trusty:
|
trusty:
|
||||||
version: 9.3
|
version: 9.3
|
||||||
pkg_repo: deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main
|
pkg_repo: deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main
|
||||||
|
conf_dir: /etc/postgresql/9.3/main
|
||||||
utopic:
|
utopic:
|
||||||
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
|
||||||
vivid:
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue