Fix postgresql test on FreeBSD with Python 3.x.
This commit is contained in:
parent
5eb9fa90f4
commit
e2e27ca192
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
postgresql_packages:
|
||||
- "postgresql95-server"
|
||||
- "py36-psycopg2"
|
||||
|
||||
pg_hba_location: "/usr/local/pgsql/data/pg_hba.conf"
|
||||
pg_dir: "/usr/local/pgsql/data"
|
||||
pg_ver: 9.5
|
||||
pg_user: pgsql
|
||||
pg_group: pgsql
|
||||
|
||||
locale_latin_suffix: .ISO8859-1
|
||||
locale_utf8_suffix: .UTF-8
|
Loading…
Reference in a new issue