mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
tests: monitoring: Use the latest postgresql for testing Zabbix.
This avoids a package collision while building the operating-system profile. * gnu/tests/monitoring.scm (%zabbix-os): Use POSTGRESQL instead of POSTGRESQL-10.
This commit is contained in:
parent
64e995b4cf
commit
48d8d92c51
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ (define %zabbix-os
|
||||||
(service dhcp-client-service-type)
|
(service dhcp-client-service-type)
|
||||||
(service postgresql-service-type
|
(service postgresql-service-type
|
||||||
(postgresql-configuration
|
(postgresql-configuration
|
||||||
(postgresql postgresql-10)))
|
(postgresql postgresql)))
|
||||||
(service zabbix-front-end-service-type
|
(service zabbix-front-end-service-type
|
||||||
(zabbix-front-end-configuration
|
(zabbix-front-end-configuration
|
||||||
(db-password "zabbix")))
|
(db-password "zabbix")))
|
||||||
|
|
Loading…
Reference in a new issue