diff options
author | Leo Famulari <leo@famulari.name> | 2021-01-04 17:27:03 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-01-04 18:07:53 -0500 |
commit | 48d8d92c51f64256bba2bdbb2a1027a5fab71a3d (patch) | |
tree | 57fdcf15cb121e2d65d99f8f3edd298c528b282a /gnu/tests | |
parent | 64e995b4cf473c7f52bad0dea8c27eea6eee662c (diff) | |
download | guix-48d8d92c51f64256bba2bdbb2a1027a5fab71a3d.tar.gz |
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.
Diffstat (limited to 'gnu/tests')
-rw-r--r-- | gnu/tests/monitoring.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ zabbix||{} (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"))) |