Skip to content

Commit 0bc6677

Browse files
committed
Add a vars file for Ubuntu 18.04 Bionic
Since, just like Ubuntu 16.04, Ubuntu 18.04 has some divergent variables that need to be set. The PostGIS plugin, for instance, isn't installable without these variable values. This commit adds a vars file for Ubuntu 18.04 with variables that are specific to that family. Signed-off-by: Jason Rogena <[email protected]>
1 parent d6d7497 commit 0bc6677

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)