Skip to content

Commit

Permalink
Merge pull request geerlingguy#21 from roumano/debian9
Browse files Browse the repository at this point in the history
Add file vars/Debian-9.yml
  • Loading branch information
geerlingguy committed Jul 1, 2017
2 parents 67bb83f + a826e57 commit c4e3716
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vars/Debian-9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
__postgresql_version: "9.6"
__postgresql_data_dir: "/var/lib/postgresql/{{ __postgresql_version }}/main"
__postgresql_bin_path: "/usr/lib/postgresql/{{ __postgresql_version }}/bin"
__postgresql_config_path: "/etc/postgresql/{{ __postgresql_version }}/main"
__postgresql_daemon: postgresql
__postgresql_packages:
- postgresql
- postgresql-contrib
- libpq-dev

0 comments on commit c4e3716

Please sign in to comment.