mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
commit
783d78bde7
1 changed files with 14 additions and 14 deletions
|
@ -1,19 +1,19 @@
|
|||
{%- macro ubuntu_block(name, version) %}
|
||||
{{ name }}:
|
||||
version: {{ version }}
|
||||
pkg_repo: deb http://apt.postgresql.org/pub/repos/apt/ {{ name }}-pgdg main
|
||||
conf_dir: /etc/postgresql/{{ version }}/main
|
||||
data_dir: /var/lib/postgresql/{{ version }}/main
|
||||
{%- endmacro %}
|
||||
{{ name }}:
|
||||
version: {{ version }}
|
||||
pkg_repo: deb http://apt.postgresql.org/pub/repos/apt/ {{ name }}-pgdg main
|
||||
conf_dir: /etc/postgresql/{{ version }}/main
|
||||
data_dir: /var/lib/postgresql/{{ version }}/main
|
||||
{%- endmacro %}
|
||||
|
||||
{{ ubuntu_block('wheezy', 9.1) }}
|
||||
{{ ubuntu_block('wheezy', 9.1) }}
|
||||
|
||||
{{ ubuntu_block('trusty', 9.3) }}
|
||||
{{ ubuntu_block('trusty', 9.3) }}
|
||||
|
||||
{{ ubuntu_block('precise', 9.4) }}
|
||||
{{ ubuntu_block('jessie', 9.4) }}
|
||||
{{ ubuntu_block('utopic', 9.4) }}
|
||||
{{ ubuntu_block('vivid', 9.4) }}
|
||||
{{ ubuntu_block('wily', 9.4) }}
|
||||
{{ ubuntu_block('precise', 9.4) }}
|
||||
{{ ubuntu_block('jessie', 9.4) }}
|
||||
{{ ubuntu_block('utopic', 9.4) }}
|
||||
{{ ubuntu_block('vivid', 9.4) }}
|
||||
{{ ubuntu_block('wily', 9.4) }}
|
||||
|
||||
{{ ubuntu_block('xenial', 9.5) }}
|
||||
{{ ubuntu_block('xenial', 9.5) }}
|
||||
|
|
Loading…
Add table
Reference in a new issue