Remove needs/privileged from postgresql test. (#19907)

* Remove `needs/privileged` from postgresql test.
* Add python 3 support to postgresql tests.
This commit is contained in:
Matt Clay
2017-01-04 16:41:18 -08:00
committed by GitHub
parent 709a3aa42b
commit 95b59cd76c
3 changed files with 24 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
postgresql_service: "postgresql"
postgresql_packages:
- "postgresql"
- "postgresql-common"
- "python3-psycopg2"
pg_hba_location: "/etc/postgresql/9.5/main/pg_hba.conf"
pg_dir: "/var/lib/postgresql/9.5/main"
pg_ver: 9.5