Skip to content

Commit 62fb04e

Browse files
authored
Merge pull request #435 from onaio/ubuntu-18.04-vars
Add a vars File for Ubuntu 18.04 Bionic
2 parents d6d7497 + 0bc6677 commit 62fb04e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

vars/bionic.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
# PostgreSQL vars for Ubuntu Bionic (18.04LTS)
3+
4+
postgresql_ext_postgis_deps:
5+
- libgeos-c1v5
6+
- "postgresql-{{postgresql_version}}-postgis-{{postgresql_ext_postgis_version}}"
7+
- "postgresql-{{postgresql_version}}-postgis-scripts"
8+
9+
postgresql_fdw_mysql_packages: "postgresql-{{ postgresql_version }}-mysql-fdw"
10+
postgresql_fdw_ogr_packages: "postgresql-{{ postgresql_version }}-ogr-fdw"

0 commit comments

Comments
 (0)