From 48d8d92c51f64256bba2bdbb2a1027a5fab71a3d Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Mon, 4 Jan 2021 17:27:03 -0500 Subject: 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. --- gnu/tests/monitoring.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/tests/monitoring.scm') diff --git a/gnu/tests/monitoring.scm b/gnu/tests/monitoring.scm index 7371b02fe1..8630f5818c 100644 --- a/gnu/tests/monitoring.scm +++ b/gnu/tests/monitoring.scm @@ -309,7 +309,7 @@ (define %zabbix-os (service dhcp-client-service-type) (service postgresql-service-type (postgresql-configuration - (postgresql postgresql-10))) + (postgresql postgresql))) (service zabbix-front-end-service-type (zabbix-front-end-configuration (db-password "zabbix"))) -- cgit v1.2.3