Add support for debian 10

This commit is contained in:
Matthias Dellweg 2019-05-07 10:37:13 +02:00
parent 2b7b005ac3
commit 4775ced553
No known key found for this signature in database
GPG Key ID: C2BCE3C4382CAFAA
5 changed files with 14 additions and 0 deletions

View File

@ -9,6 +9,7 @@ env:
- MOLECULE_DISTRO: centos7
- MOLECULE_DISTRO: ubuntu1804
- MOLECULE_DISTRO: ubuntu1604
- MOLECULE_DISTRO: debian10
- MOLECULE_DISTRO: debian9
install:

10
vars/Debian-10.yml Normal file
View File

@ -0,0 +1,10 @@
---
__postgresql_version: "11"
__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_version }}-main"
__postgresql_packages:
- postgresql
- postgresql-contrib
- libpq-dev

1
vars/Debian-NA.yml Symbolic link
View File

@ -0,0 +1 @@
Debian-10.yml

1
vars/Debian-buster/sid.yml Symbolic link
View File

@ -0,0 +1 @@
../Debian-10.yml

1
vars/Debian-testing.yml Symbolic link
View File

@ -0,0 +1 @@
Debian-10.yml