summaryrefslogtreecommitdiff
path: root/test/integration/targets/setup_postgresql_db/vars/default.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/setup_postgresql_db/vars/default.yml')
-rw-r--r--test/integration/targets/setup_postgresql_db/vars/default.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/targets/setup_postgresql_db/vars/default.yml b/test/integration/targets/setup_postgresql_db/vars/default.yml
deleted file mode 100644
index ab36dd9f1d..0000000000
--- a/test/integration/targets/setup_postgresql_db/vars/default.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-postgresql_packages:
- - "postgresql-server"
- - "python-psycopg2"
-
-pg_hba_location: "/var/lib/pgsql/data/pg_hba.conf"
-pg_dir: "/var/lib/pgsql/data"