summaryrefslogtreecommitdiff
path: root/test/integration/targets/setup_postgresql_db/vars/Debian-8.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/setup_postgresql_db/vars/Debian-8.yml')
-rw-r--r--test/integration/targets/setup_postgresql_db/vars/Debian-8.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/integration/targets/setup_postgresql_db/vars/Debian-8.yml b/test/integration/targets/setup_postgresql_db/vars/Debian-8.yml
deleted file mode 100644
index c5c6795eac..0000000000
--- a/test/integration/targets/setup_postgresql_db/vars/Debian-8.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-postgresql_packages:
- - "postgresql"
- - "postgresql-common"
- - "python-psycopg2"
-
-pg_hba_location: "/etc/postgresql/9.4/main/pg_hba.conf"
-pg_dir: "/var/lib/postgresql/9.4/main"
-pg_ver: 9.4