mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
Merge pull request #70 from abrefort/master
Add missing conf_dir for Ubuntu Codenames.
This commit is contained in:
commit
401912743e
1 changed files with 3 additions and 0 deletions
|
@ -10,9 +10,12 @@ jessie:
|
|||
trusty:
|
||||
version: 9.3
|
||||
pkg_repo: deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main
|
||||
conf_dir: /etc/postgresql/9.3/main
|
||||
utopic:
|
||||
version: 9.4
|
||||
pkg_repo: deb http://apt.postgresql.org/pub/repos/apt/ utopic-pgdg main
|
||||
conf_dir: /etc/postgresql/9.4/main
|
||||
vivid:
|
||||
version: 9.4
|
||||
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