1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #758 from holta/postgresql-10-not-10.3

vars/ubuntu-18.yml requires "postgresql_version: 10" not 10.3
This commit is contained in:
A Holt 2018-04-28 14:13:57 -04:00 committed by GitHub
commit 2a2c2ca75a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,5 +18,6 @@ mysql_service: mysql
apache_log: /var/log/apache2/access.log
sshd_service: ssh
php_version: 7.2
postgresql_version: 10.3
# "postgresql_version: 10.3" fails (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 18.04)
postgresql_version: 10
systemd_location: /lib/systemd/system