tests: monitoring: Use (service postgresql-service-type).
authorChristopher Baines <mail@cbaines.net>
Fri, 2 Oct 2020 17:51:28 +0000 (18:51 +0100)
committerChristopher Baines <mail@cbaines.net>
Tue, 20 Oct 2020 21:39:42 +0000 (22:39 +0100)
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).

gnu/tests/monitoring.scm

index d20b8ac..17b9edc 100644 (file)
@@ -307,7 +307,7 @@ zabbix||{}
   (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")))