tests: monitoring: Use (service postgresql-service-type).

As I'm looking at removing the procedure, in favour of always using the
service type.

* gnu/tests/monitoring.scm (%zabbix-os): Use (service postgresql-service-type)
rather than (postgresql-service).
This commit is contained in:
Christopher Baines 2020-10-02 18:51:28 +01:00
parent f14f108853
commit dd2e6e31ed
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -307,7 +307,7 @@ (define %zabbix-os
(let ((base-os
(simple-operating-system
(service dhcp-client-service-type)
(postgresql-service)
(service postgresql-service-type)
(service zabbix-front-end-service-type
(zabbix-front-end-configuration
(db-password "zabbix")))