mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-11 07:11:46 +00:00
Merge pull request #56 from dferrantelli/add_ubuntu_pgdg
added pkg_repo defaults for trusty and utopic
This commit is contained in:
commit
d7233e51b7
1 changed files with 2 additions and 0 deletions
|
@ -5,5 +5,7 @@ jessie:
|
|||
pkg_repo: deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main
|
||||
trusty:
|
||||
version: 9.3
|
||||
pkg_repo: deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main
|
||||
utopic:
|
||||
version: 9.4
|
||||
pkg_repo: deb http://apt.postgresql.org/pub/repos/apt/ utopic-pgdg main
|
||||
|
|
Loading…
Add table
Reference in a new issue