summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-06-25 04:01:51 +0200
committerMatt Clay <matt@mystile.com>2017-06-25 21:10:27 +0200
commit15beaed6bc5dc3261b0fbb3dde5737d8dc27d25f (patch)
tree4522a4fddef280666149510e9b1844c4eae61101
parentSmall fix in the error output (#26004) (diff)
downloadansible-15beaed6bc5dc3261b0fbb3dde5737d8dc27d25f.tar.xz
ansible-15beaed6bc5dc3261b0fbb3dde5737d8dc27d25f.zip
Update FreeBSD pg test to use postgresql95-server.
The py-psycopg2 package now requires postgresql95-server instead of postgresql93-server. Installing py-psycopg2 will automatically remove postgresql93-server if it is installed, breaking integration tests.
-rw-r--r--test/integration/targets/setup_postgresql_db/vars/FreeBSD.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/setup_postgresql_db/vars/FreeBSD.yml b/test/integration/targets/setup_postgresql_db/vars/FreeBSD.yml
index e297c6e4c6..216befe9d2 100644
--- a/test/integration/targets/setup_postgresql_db/vars/FreeBSD.yml
+++ b/test/integration/targets/setup_postgresql_db/vars/FreeBSD.yml
@@ -1,10 +1,10 @@
postgresql_packages:
- - "postgresql93-server"
+ - "postgresql95-server"
- "py27-psycopg2"
pg_hba_location: "/usr/local/pgsql/data/pg_hba.conf"
pg_dir: "/usr/local/pgsql/data"
-pg_ver: 9.3
+pg_ver: 9.5
pg_user: pgsql
pg_group: pgsql